Html Css Color HEX #AAAB76 Locust

📋 copy color: '#AAAB76'

red 170 ◦ green 171 ◦ blue 118

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

Shades of Locust #AAAB76

Tints of Locust #AAAB76

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.25%

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 37.04%
G = 37.25%
B = 25.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AAAB76 (or 0xAAAB76) is known color: Locust. HEX triplet: AA, AB and 76. RGB value is (170,171,118). Sum of RGB (Red+Green+Blue) = 170+171+118=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB76 is #555489. Grayscale: #A4A4A4. Windows color (decimal): -5592202 or 7777194. OLE color: 7777194.

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

Color convert

RGB 170 171 118 -
CMYK 0.01 0 0.31 0.33
HSL 61.13º 0.24% 0.57% -
HSV(B) 61.13º 0.31% 0.67% -
XYZ 34.41 38.98 22.85 -
YUV 164.66 101.67 131.81 -
System Red Green Blue C M Y K H S L
Decimal 170 171 118 0.01 0 0.31 0.33 61.13 0.24 0.57
Hex AA AB 76 1 0 1F 21 3D 18 39
Octal 252 253 166 1 0 37 41 75 30 71
Binary 10101010 10101011 1110110 1 0 11111 100001 111101 11000 111001

Color Harmonies of #AAAB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB76

Black with #AAAB76

Text Example


Text Example

White with #AAAB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB76; }

 p { color: rgb(170,171,118); }

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

background-color css

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

 a { background-color: rgb(170,171,118); }

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

border-color css

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

 span { border-color: rgb(170,171,118); }

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