Html Css Color HEX #AAAF77 Locust

📋 copy color: '#AAAF77'

red 170 ◦ green 175 ◦ blue 119

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

Shades of Locust #AAAF77

Tints of Locust #AAAF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.65%

R = 36.64%
G = 37.72%
B = 25.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AAAF77 (or 0xAAAF77) is known color: Locust. HEX triplet: AA, AF and 77. RGB value is (170,175,119). Sum of RGB (Red+Green+Blue) = 170+175+119=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF77 is #555088. Grayscale: #A7A7A7. Windows color (decimal): -5591177 or 7843754. OLE color: 7843754.

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

Color convert

RGB 170 175 119 -
CMYK 0.03 0 0.32 0.31
HSL 65.36º 0.26% 0.58% -
HSV(B) 65.36º 0.32% 0.69% -
XYZ 35.24 40.54 23.42 -
YUV 167.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 170 175 119 0.03 0 0.32 0.31 65.36 0.26 0.58
Hex AA AF 77 3 0 20 1F 41 1A 3A
Octal 252 257 167 3 0 40 37 101 32 72
Binary 10101010 10101111 1110111 11 0 100000 11111 1000001 11010 111010

Color Harmonies of #AAAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF77

Black with #AAAF77

Text Example


Text Example

White with #AAAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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