Color Hex Logo

#a98251 Color Hex

#A98251
(169,130,81)
0 Favorites   0 Comments

Color spaces of #a98251

RGB 16913081
HSL0.090.350.49
HSV33°52°66°
CMYK 0.000.230.52   0.34
XYZ25.830024.994411.2476
Yxy24.99440.41610.4027
Hunter Lab49.99444.733221.6572
CIE-Lab57.07008.909232.1408

#a98251 color RGB value is (169,130,81).

#a98251 hex color red value is 169, green value is 130 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #a98251 hue: 0.09 , saturation: 0.35 and the lightness value of a98251 is 0.49.

The process color (four color CMYK) of #a98251 color hex is 0.00, 0.23, 0.52, 0.34. Web safe color of #a98251 is #999966. Color #a98251 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000010 01010001
Octal 251 202 121
Decimal 169 130 81
Hex A9 82 51

RGB Percentages of Color #a98251

%44.47
%34.21
%21.32

CMYK Percentages of Color #a98251

%0
%23
%52
%34

Triadic Colors of #a98251

#a98251 #51a982 #8251a9

Analogous Colors of #a98251

#a98251 #a4a951 #a95651

Monochromatic Colors of #a98251

#a98251

Complementary Color

#a98251 #5178a9

#a98251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98251 Color CSS Codes

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

#a98251 Text Font Color

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

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


#a98251 Background Color

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

This div background color is #a98251


#a98251 Border Color

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

This div border color is #a98251


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,130,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a98251; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a98251;
  -webkit-box-shadow: 1px 1px 3px 2px #a98251;
  box-shadow:         1px 1px 3px 2px #a98251; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,130,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98251


Comments

No comments written yet.

Please login to write comment.