Html Css Color HEX #AAA973 Locust

📋 copy color: '#AAA973'

red 170 ◦ green 169 ◦ blue 115

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

Shades of Locust #AAA973

Tints of Locust #AAA973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.33%

R = 37.44%
G = 37.22%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AAA973 (or 0xAAA973) is known color: Locust. HEX triplet: AA, A9 and 73. RGB value is (170,169,115). Sum of RGB (Red+Green+Blue) = 170+169+115=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA973 is #55568C. Grayscale: #A3A3A3. Windows color (decimal): -5592717 or 7580074. OLE color: 7580074.

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

Color convert

RGB 170 169 115 -
CMYK 0 0.01 0.32 0.33
HSL 58.91º 0.24% 0.56% -
HSV(B) 58.91º 0.32% 0.67% -
XYZ 33.86 38.16 21.8 -
YUV 163.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 170 169 115 0 0.01 0.32 0.33 58.91 0.24 0.56
Hex AA A9 73 0 1 20 21 3B 18 38
Octal 252 251 163 0 1 40 41 73 30 70
Binary 10101010 10101001 1110011 0 1 100000 100001 111011 11000 111000

Color Harmonies of #AAA973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA973

Black with #AAA973

Text Example


Text Example

White with #AAA973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA973; }

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

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

background-color css

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

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

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

border-color css

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

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

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