Color Hex Logo

#a06252 Color Hex

#A06252
(160,98,82)
0 Favorites   0 Comments

Color spaces of #a06252

RGB 1609882
HSL0.030.320.47
HSV12°49°63°
CMYK 0.000.390.49   0.37
XYZ20.387916.818110.1543
Yxy16.81810.43050.3551
Hunter Lab41.009916.973314.0263
CIE-Lab48.030023.314019.6995

#a06252 color RGB value is (160,98,82).

#a06252 hex color red value is 160, green value is 98 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a06252 hue: 0.03 , saturation: 0.32 and the lightness value of a06252 is 0.47.

The process color (four color CMYK) of #a06252 color hex is 0.00, 0.39, 0.49, 0.37. Web safe color of #a06252 is #996666. Color #a06252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100010 01010010
Octal 240 142 122
Decimal 160 98 82
Hex A0 62 52

RGB Percentages of Color #a06252

%47.06
%28.82
%24.12

CMYK Percentages of Color #a06252

%0
%39
%49
%37

Triadic Colors of #a06252

#a06252 #52a062 #6252a0

Analogous Colors of #a06252

#a06252 #a08952 #a05269

Monochromatic Colors of #a06252

#a06252

Complementary Color

#a06252 #5290a0

#a06252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06252 Color CSS Codes

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

#a06252 Text Font Color

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

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


#a06252 Background Color

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

This div background color is #a06252


#a06252 Border Color

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

This div border color is #a06252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06252


Comments

No comments written yet.

Please login to write comment.