Html Css Color HEX #AAAA79 Locust

📋 copy color: '#AAAA79'

red 170 ◦ green 170 ◦ blue 121

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

Shades of Locust #AAAA79

Tints of Locust #AAAA79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.25%

R = 36.88%
G = 36.88%
B = 26.25%

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

#AAAA79 (or 0xAAAA79) is known color: Locust. HEX triplet: AA, AA and 79. RGB value is (170,170,121). Sum of RGB (Red+Green+Blue) = 170+170+121=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA79 is #555586. Grayscale: #A4A4A4. Windows color (decimal): -5592455 or 7973546. OLE color: 7973546.

HSL color Cylindrical-coordinate representation of color #AAAA79: hue angle of 60º degrees, saturation: 0.22, 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 #AAAA79 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 170 121 -
CMYK 0 0 0.29 0.33
HSL 60º 0.22% 0.57% -
HSV(B) 60º 0.29% 0.67% -
XYZ 34.4 38.68 23.74 -
YUV 164.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 170 170 121 0 0 0.29 0.33 60 0.22 0.57
Hex AA AA 79 0 0 1D 21 3C 16 39
Octal 252 252 171 0 0 35 41 74 26 71
Binary 10101010 10101010 1111001 0 0 11101 100001 111100 10110 111001

Color Harmonies of #AAAA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA79

Black with #AAAA79

Text Example


Text Example

White with #AAAA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA79; }

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

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

background-color css

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

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

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

border-color css

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

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

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