Html Css Color HEX #AAA96E Locust

📋 copy color: '#AAA96E'

red 170 ◦ green 169 ◦ blue 110

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

Shades of Locust #AAA96E

Tints of Locust #AAA96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.5%

R = 37.86%
G = 37.64%
B = 24.5%

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

#AAA96E (or 0xAAA96E) is known color: Locust. HEX triplet: AA, A9 and 6E. RGB value is (170,169,110). Sum of RGB (Red+Green+Blue) = 170+169+110=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA96E is #555691. Grayscale: #A2A2A2. Windows color (decimal): -5592722 or 7252394. OLE color: 7252394.

HSL color Cylindrical-coordinate representation of color #AAA96E: hue angle of 59º 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 #AAA96E is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 169 110 -
CMYK 0 0.01 0.35 0.33
HSL 59º 0.26% 0.55% -
HSV(B) 59º 0.35% 0.67% -
XYZ 33.58 38.05 20.33 -
YUV 162.57 98.33 133.3 -
System Red Green Blue C M Y K H S L
Decimal 170 169 110 0 0.01 0.35 0.33 59 0.26 0.55
Hex AA A9 6E 0 1 23 21 3B 1A 37
Octal 252 251 156 0 1 43 41 73 32 67
Binary 10101010 10101001 1101110 0 1 100011 100001 111011 11010 110111

Color Harmonies of #AAA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA96E

Black with #AAA96E

Text Example


Text Example

White with #AAA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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