Html Css Color HEX #AAAA80 Locust

📋 copy color: '#AAAA80'

red 170 ◦ green 170 ◦ blue 128

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

Shades of Locust #AAAA80

Tints of Locust #AAAA80

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.32%

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

R = 36.32%
G = 36.32%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AAAA80 (or 0xAAAA80) is known color: Locust. HEX triplet: AA, AA and 80. RGB value is (170,170,128). Sum of RGB (Red+Green+Blue) = 170+170+128=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA80 is #55557F. Grayscale: #A5A5A5. Windows color (decimal): -5592448 or 8432298. OLE color: 8432298.

HSL color Cylindrical-coordinate representation of color #AAAA80: hue angle of 60º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAAA80 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 170 128 -
CMYK 0 0 0.25 0.33
HSL 60º 0.2% 0.58% -
HSV(B) 60º 0.25% 0.67% -
XYZ 34.85 38.85 26.08 -
YUV 165.21 107 131.42 -
System Red Green Blue C M Y K H S L
Decimal 170 170 128 0 0 0.25 0.33 60 0.2 0.58
Hex AA AA 80 0 0 19 21 3C 14 3A
Octal 252 252 200 0 0 31 41 74 24 72
Binary 10101010 10101010 10000000 0 0 11001 100001 111100 10100 111010

Color Harmonies of #AAAA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA80

Black with #AAAA80

Text Example


Text Example

White with #AAAA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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