Color Hex Logo

#a79452 Color Hex

#A79452
(167,148,82)
0 Favorites   0 Comments

Color spaces of #a79452

RGB 16714882
HSL0.130.340.49
HSV47°51°65°
CMYK 0.000.110.51   0.35
XYZ28.049230.004512.2957
Yxy30.00450.39870.4265
Hunter Lab54.7764-4.454625.0346
CIE-Lab61.6581-1.845837.2227

#a79452 color RGB value is (167,148,82).

#a79452 hex color red value is 167, green value is 148 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a79452 hue: 0.13 , saturation: 0.34 and the lightness value of a79452 is 0.49.

The process color (four color CMYK) of #a79452 color hex is 0.00, 0.11, 0.51, 0.35. Web safe color of #a79452 is #999966. Color #a79452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010100 01010010
Octal 247 224 122
Decimal 167 148 82
Hex A7 94 52

RGB Percentages of Color #a79452

%42.07
%37.28
%20.65

CMYK Percentages of Color #a79452

%0
%11
%51
%35

Triadic Colors of #a79452

#a79452 #52a794 #9452a7

Analogous Colors of #a79452

#a79452 #90a752 #a76a52

Monochromatic Colors of #a79452

#a79452

Complementary Color

#a79452 #5265a7

#a79452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79452 Color CSS Codes

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

#a79452 Text Font Color

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

This sample text font color is #a79452
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.


#a79452 Background Color

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

This div background color is #a79452


#a79452 Border Color

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

This div border color is #a79452


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,148,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 #a79452">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79452


Comments

No comments written yet.

Please login to write comment.