Color Hex Logo

#a28572 Color Hex

#A28572
(162,133,114)
0 Favorites   0 Comments

Color spaces of #a28572

RGB 162133114
HSL0.070.210.54
HSV24°30°64°
CMYK 0.000.180.30   0.36
XYZ26.325125.671319.4872
Yxy25.67130.36830.3591
Hunter Lab50.66694.076712.6630
CIE-Lab57.72378.147514.4006

#a28572 color RGB value is (162,133,114).

#a28572 hex color red value is 162, green value is 133 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a28572 hue: 0.07 , saturation: 0.21 and the lightness value of a28572 is 0.54.

The process color (four color CMYK) of #a28572 color hex is 0.00, 0.18, 0.30, 0.36. Web safe color of #a28572 is #999966. Color #a28572 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000101 01110010
Octal 242 205 162
Decimal 162 133 114
Hex A2 85 72

RGB Percentages of Color #a28572

%39.61
%32.52
%27.87

CMYK Percentages of Color #a28572

%0
%18
%30
%36

Triadic Colors of #a28572

#a28572 #72a285 #8572a2

Analogous Colors of #a28572

#a28572 #a29d72 #a27277

Monochromatic Colors of #a28572

#a28572

Complementary Color

#a28572 #728fa2

#a28572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28572 Color CSS Codes

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

#a28572 Text Font Color

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

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


#a28572 Background Color

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

This div background color is #a28572


#a28572 Border Color

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

This div border color is #a28572


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,133,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a28572; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a28572;
  -webkit-box-shadow: 1px 1px 3px 2px #a28572;
  box-shadow:         1px 1px 3px 2px #a28572; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,133,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28572


Comments

No comments written yet.

Please login to write comment.