Html Css Color HEX #AAA96F Locust

📋 copy color: '#AAA96F'

red 170 ◦ green 169 ◦ blue 111

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

Shades of Locust #AAA96F

Tints of Locust #AAA96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.67%

R = 37.78%
G = 37.56%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AAA96F (or 0xAAA96F) is known color: Locust. HEX triplet: AA, A9 and 6F. RGB value is (170,169,111). Sum of RGB (Red+Green+Blue) = 170+169+111=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA96F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA96F is #555690. Grayscale: #A2A2A2. Windows color (decimal): -5592721 or 7317930. OLE color: 7317930.

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

Color convert

RGB 170 169 111 -
CMYK 0 0.01 0.35 0.33
HSL 58.98º 0.26% 0.55% -
HSV(B) 58.98º 0.35% 0.67% -
XYZ 33.63 38.07 20.61 -
YUV 162.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 170 169 111 0 0.01 0.35 0.33 58.98 0.26 0.55
Hex AA A9 6F 0 1 23 21 3B 1A 37
Octal 252 251 157 0 1 43 41 73 32 67
Binary 10101010 10101001 1101111 0 1 100011 100001 111011 11010 110111

Color Harmonies of #AAA96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA96F

Black with #AAA96F

Text Example


Text Example

White with #AAA96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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