Html Css Color HEX #AAA978 Locust

📋 copy color: '#AAA978'

red 170 ◦ green 169 ◦ blue 120

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

Shades of Locust #AAA978

Tints of Locust #AAA978

RGB

 RED value IS 170 (66.8% from 255) = 37.04%

 GREEN value IS 169 (66.41% from 255) = 36.82%

 BLUE value IS 120 (47.27% from 255) = 26.14%

R = 37.04%
G = 36.82%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AAA978 (or 0xAAA978) is known color: Locust. HEX triplet: AA, A9 and 78. RGB value is (170,169,120). Sum of RGB (Red+Green+Blue) = 170+169+120=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA978 is #555687. Grayscale: #A3A3A3. Windows color (decimal): -5592712 or 7907754. OLE color: 7907754.

HSL color Cylindrical-coordinate representation of color #AAA978: hue angle of 58.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA978 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 169 120 -
CMYK 0 0.01 0.29 0.33
HSL 58.8º 0.23% 0.57% -
HSV(B) 58.8º 0.29% 0.67% -
XYZ 34.16 38.28 23.36 -
YUV 163.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 170 169 120 0 0.01 0.29 0.33 58.8 0.23 0.57
Hex AA A9 78 0 1 1D 21 3B 17 39
Octal 252 251 170 0 1 35 41 73 27 71
Binary 10101010 10101001 1111000 0 1 11101 100001 111011 10111 111001

Color Harmonies of #AAA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA978

Black with #AAA978

Text Example


Text Example

White with #AAA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA978; }

 p { color: rgb(170,169,120); }

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

background-color css

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

 a { background-color: rgb(170,169,120); }

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

border-color css

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

 span { border-color: rgb(170,169,120); }

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