Html Css Color HEX #AAAA84 Neutral Green

📋 copy color: '#AAAA84'

red 170 ◦ green 170 ◦ blue 132

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

Shades of Neutral Green #AAAA84

Tints of Neutral Green #AAAA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.97%

R = 36.02%
G = 36.02%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AAAA84 (or 0xAAAA84) is known color: Neutral Green. HEX triplet: AA, AA and 84. RGB value is (170,170,132). Sum of RGB (Red+Green+Blue) = 170+170+132=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA84 is #55557B. Grayscale: #A5A5A5. Windows color (decimal): -5592444 or 8694442. OLE color: 8694442.

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

Color convert

RGB 170 170 132 -
CMYK 0 0 0.22 0.33
HSL 60º 0.18% 0.59% -
HSV(B) 60º 0.22% 0.67% -
XYZ 35.12 38.96 27.5 -
YUV 165.67 109 131.09 -
System Red Green Blue C M Y K H S L
Decimal 170 170 132 0 0 0.22 0.33 60 0.18 0.59
Hex AA AA 84 0 0 16 21 3C 12 3B
Octal 252 252 204 0 0 26 41 74 22 73
Binary 10101010 10101010 10000100 0 0 10110 100001 111100 10010 111011

Color Harmonies of #AAAA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA84

Black with #AAAA84

Text Example


Text Example

White with #AAAA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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