Html Css Color HEX #AAAA78 Locust

📋 copy color: '#AAAA78'

red 170 ◦ green 170 ◦ blue 120

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

Shades of Locust #AAAA78

Tints of Locust #AAAA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.09%

R = 36.96%
G = 36.96%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AAAA78 (or 0xAAAA78) is known color: Locust. HEX triplet: AA, AA and 78. RGB value is (170,170,120). Sum of RGB (Red+Green+Blue) = 170+170+120=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA78 is #555587. Grayscale: #A4A4A4. Windows color (decimal): -5592456 or 7908010. OLE color: 7908010.

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

Color convert

RGB 170 170 120 -
CMYK 0 0 0.29 0.33
HSL 60º 0.23% 0.57% -
HSV(B) 60º 0.29% 0.67% -
XYZ 34.34 38.65 23.42 -
YUV 164.3 103 132.07 -
System Red Green Blue C M Y K H S L
Decimal 170 170 120 0 0 0.29 0.33 60 0.23 0.57
Hex AA AA 78 0 0 1D 21 3C 17 39
Octal 252 252 170 0 0 35 41 74 27 71
Binary 10101010 10101010 1111000 0 0 11101 100001 111100 10111 111001

Color Harmonies of #AAAA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA78

Black with #AAAA78

Text Example


Text Example

White with #AAAA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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