Html Css Color HEX #AAA970 Locust

📋 copy color: '#AAA970'

red 170 ◦ green 169 ◦ blue 112

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

Shades of Locust #AAA970

Tints of Locust #AAA970

RGB

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

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

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

R = 37.69%
G = 37.47%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AAA970 (or 0xAAA970) is known color: Locust. HEX triplet: AA, A9 and 70. RGB value is (170,169,112). Sum of RGB (Red+Green+Blue) = 170+169+112=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA970 is #55568F. Grayscale: #A3A3A3. Windows color (decimal): -5592720 or 7383466. OLE color: 7383466.

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

Color convert

RGB 170 169 112 -
CMYK 0 0.01 0.34 0.33
HSL 58.97º 0.25% 0.55% -
HSV(B) 58.97º 0.34% 0.67% -
XYZ 33.69 38.09 20.91 -
YUV 162.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 170 169 112 0 0.01 0.34 0.33 58.97 0.25 0.55
Hex AA A9 70 0 1 22 21 3B 19 37
Octal 252 251 160 0 1 42 41 73 31 67
Binary 10101010 10101001 1110000 0 1 100010 100001 111011 11001 110111

Color Harmonies of #AAA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA970

Black with #AAA970

Text Example


Text Example

White with #AAA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA970; }

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

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

background-color css

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

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

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

border-color css

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

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

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