Html Css Color HEX #AAA972 Locust

📋 copy color: '#AAA972'

red 170 ◦ green 169 ◦ blue 114

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

Shades of Locust #AAA972

Tints of Locust #AAA972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.17%

R = 37.53%
G = 37.31%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AAA972 (or 0xAAA972) is known color: Locust. HEX triplet: AA, A9 and 72. RGB value is (170,169,114). Sum of RGB (Red+Green+Blue) = 170+169+114=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA972 is #55568D. Grayscale: #A3A3A3. Windows color (decimal): -5592718 or 7514538. OLE color: 7514538.

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

Color convert

RGB 170 169 114 -
CMYK 0 0.01 0.33 0.33
HSL 58.93º 0.25% 0.56% -
HSV(B) 58.93º 0.33% 0.67% -
XYZ 33.8 38.14 21.5 -
YUV 163.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 170 169 114 0 0.01 0.33 0.33 58.93 0.25 0.56
Hex AA A9 72 0 1 21 21 3B 19 38
Octal 252 251 162 0 1 41 41 73 31 70
Binary 10101010 10101001 1110010 0 1 100001 100001 111011 11001 111000

Color Harmonies of #AAA972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA972

Black with #AAA972

Text Example


Text Example

White with #AAA972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA972; }

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

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

background-color css

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

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

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

border-color css

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

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

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