Color Hex Logo

#a5a352 Color Hex

#A5A352
(165,163,82)
0 Favorites   0 Comments

Color spaces of #a5a352

RGB 16516382
HSL0.160.340.48
HSV59°50°65°
CMYK 0.000.010.50   0.35
XYZ30.137234.802913.1119
Yxy34.80290.38610.4459
Hunter Lab58.9940-12.052428.1181
CIE-Lab65.5949-10.751641.9169

#a5a352 color RGB value is (165,163,82).

#a5a352 hex color red value is 165, green value is 163 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a5a352 hue: 0.16 , saturation: 0.34 and the lightness value of a5a352 is 0.48.

The process color (four color CMYK) of #a5a352 color hex is 0.00, 0.01, 0.50, 0.35. Web safe color of #a5a352 is #999966. Color #a5a352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10100011 01010010
Octal 245 243 122
Decimal 165 163 82
Hex A5 A3 52

RGB Percentages of Color #a5a352

%40.24
%39.76
%20.00

CMYK Percentages of Color #a5a352

%0
%1
%50
%35

Triadic Colors of #a5a352

#a5a352 #52a5a3 #a352a5

Analogous Colors of #a5a352

#a5a352 #7ea552 #a57a52

Monochromatic Colors of #a5a352

#a5a352

Complementary Color

#a5a352 #5254a5

#a5a352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5a352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5a352 Color CSS Codes

.mybgcolor {background-color:#a5a352; } 
.myforecolor {color:#a5a352; }
.mybordercolor {border:3px solid #a5a352; }

#a5a352 Text Font Color

<p style="color:#a5a352">Text here</p>

This sample text font color is #a5a352
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a5a352 Background Color

<div style="background-color:#a5a352">
Div content here</div>

This div background color is #a5a352


#a5a352 Border Color

<div style="border:3px solid #a5a352">
Div here</div>

This div border color is #a5a352


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,163,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5a352; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5a352;
  -webkit-box-shadow: 1px 1px 3px 2px #a5a352;
  box-shadow:         1px 1px 3px 2px #a5a352; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,163,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a5a352">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a5a352;
  -webkit-box-shadow: 1px 1px 3px 2px #a5a352;
  box-shadow:         1px 1px 3px 2px #a5a352;">
Div content here</div>

This div box has shadow with color #a5a352


Comments

No comments written yet.

Please login to write comment.