Color Hex Logo

#a98330 Color Hex

#A98330
(169,131,48)
0 Favorites   0 Comments

Color spaces of #a98330

RGB 16913148
HSL0.110.560.43
HSV41°72°66°
CMYK 0.000.220.72   0.34
XYZ25.012024.88106.2805
Yxy24.88100.44530.4429
Hunter Lab49.88092.214627.4514
CIE-Lab56.95935.930848.5165

#a98330 color RGB value is (169,131,48).

#a98330 hex color red value is 169, green value is 131 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a98330 hue: 0.11 , saturation: 0.56 and the lightness value of a98330 is 0.43.

The process color (four color CMYK) of #a98330 color hex is 0.00, 0.22, 0.72, 0.34. Web safe color of #a98330 is #999933. Color #a98330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000011 00110000
Octal 251 203 60
Decimal 169 131 48
Hex A9 83 30

RGB Percentages of Color #a98330

%48.56
%37.64
%13.79

CMYK Percentages of Color #a98330

%0
%22
%72
%34

Triadic Colors of #a98330

#a98330 #30a983 #8330a9

Analogous Colors of #a98330

#a98330 #93a930 #a94630

Monochromatic Colors of #a98330

#a98330

Complementary Color

#a98330 #3056a9

#a98330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98330 Color CSS Codes

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

#a98330 Text Font Color

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

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


#a98330 Background Color

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

This div background color is #a98330


#a98330 Border Color

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

This div border color is #a98330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98330


Comments

No comments written yet.

Please login to write comment.