Html Css Color HEX #AAAF76 Locust

📋 copy color: '#AAAF76'

red 170 ◦ green 175 ◦ blue 118

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

Shades of Locust #AAAF76

Tints of Locust #AAAF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.8%

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

R = 36.72%
G = 37.8%
B = 25.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AAAF76 (or 0xAAAF76) is known color: Locust. HEX triplet: AA, AF and 76. RGB value is (170,175,118). Sum of RGB (Red+Green+Blue) = 170+175+118=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF76 is #555089. Grayscale: #A7A7A7. Windows color (decimal): -5591178 or 7778218. OLE color: 7778218.

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

Color convert

RGB 170 175 118 -
CMYK 0.03 0 0.33 0.31
HSL 65.26º 0.26% 0.57% -
HSV(B) 65.26º 0.33% 0.69% -
XYZ 35.18 40.51 23.11 -
YUV 167.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 170 175 118 0.03 0 0.33 0.31 65.26 0.26 0.57
Hex AA AF 76 3 0 21 1F 41 1A 39
Octal 252 257 166 3 0 41 37 101 32 71
Binary 10101010 10101111 1110110 11 0 100001 11111 1000001 11010 111001

Color Harmonies of #AAAF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF76

Black with #AAAF76

Text Example


Text Example

White with #AAAF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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