Html Css Color HEX #AAAF80 Locust

📋 copy color: '#AAAF80'

red 170 ◦ green 175 ◦ blue 128

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

Shades of Locust #AAAF80

Tints of Locust #AAAF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.06%

R = 35.94%
G = 37%
B = 27.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AAAF80 (or 0xAAAF80) is known color: Locust. HEX triplet: AA, AF and 80. RGB value is (170,175,128). Sum of RGB (Red+Green+Blue) = 170+175+128=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF80 is #55507F. Grayscale: #A8A8A8. Windows color (decimal): -5591168 or 8433578. OLE color: 8433578.

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

Color convert

RGB 170 175 128 -
CMYK 0.03 0 0.27 0.31
HSL 66.38º 0.23% 0.59% -
HSV(B) 66.38º 0.27% 0.69% -
XYZ 35.8 40.76 26.4 -
YUV 168.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 170 175 128 0.03 0 0.27 0.31 66.38 0.23 0.59
Hex AA AF 80 3 0 1B 1F 42 17 3B
Octal 252 257 200 3 0 33 37 102 27 73
Binary 10101010 10101111 10000000 11 0 11011 11111 1000010 10111 111011

Color Harmonies of #AAAF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF80

Black with #AAAF80

Text Example


Text Example

White with #AAAF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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