Html Css Color HEX #A9A870 Locust

📋 copy color: '#A9A870'

red 169 ◦ green 168 ◦ blue 112

#A9A870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #A9A870

Tints of Locust #A9A870

RGB

 RED value IS 169 (66.41% from 255) = 37.64%

 GREEN value IS 168 (66.02% from 255) = 37.42%

 BLUE value IS 112 (44.14% from 255) = 24.94%

R = 37.64%
G = 37.42%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A9A870 (or 0xA9A870) is known color: Locust. HEX triplet: A9, A8 and 70. RGB value is (169,168,112). Sum of RGB (Red+Green+Blue) = 169+168+112=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A870 is #56578F. Grayscale: #A2A2A2. Windows color (decimal): -5658512 or 7383209. OLE color: 7383209.

HSL color Cylindrical-coordinate representation of color #A9A870: hue angle of 58.95º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9A870 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 168 112 -
CMYK 0 0.01 0.34 0.34
HSL 58.95º 0.25% 0.55% -
HSV(B) 58.95º 0.34% 0.66% -
XYZ 33.29 37.61 20.83 -
YUV 161.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 169 168 112 0 0.01 0.34 0.34 58.95 0.25 0.55
Hex A9 A8 70 0 1 22 22 3B 19 37
Octal 251 250 160 0 1 42 42 73 31 67
Binary 10101001 10101000 1110000 0 1 100010 100010 111011 11001 110111

Color Harmonies of #A9A870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A870

Black with #A9A870

Text Example


Text Example

White with #A9A870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A870; }

 p { color: rgb(169,168,112); }

 H1.HeaderClassName
 {
   color: #A9A870;
 }
 .AnyTagClassName
 {
   color: #A9A870;
 }
</style>

background-color css

<style>
 a { background-color: #A9A870; }

 a { background-color: rgb(169,168,112); }

 div.DivClassName
 {
   background-color: #A9A870;
 }
 .BgClassName
 {
   background-color: #A9A870;
 }
</style>

border-color css

<style>
 span { border-color: #A9A870; }

 span { border-color: rgb(169,168,112); }

 td.TdClassName
 {
   border-color: #A9A870;
 }
 .TagClassName
 {
   border-color: #A9A870;
 }
</style>