Html Css Color HEX #AAAA88 Neutral Green

📋 copy color: '#AAAA88'

red 170 ◦ green 170 ◦ blue 136

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

Shades of Neutral Green #AAAA88

Tints of Neutral Green #AAAA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.57%

R = 35.71%
G = 35.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AAAA88 (or 0xAAAA88) is known color: Neutral Green. HEX triplet: AA, AA and 88. RGB value is (170,170,136). Sum of RGB (Red+Green+Blue) = 170+170+136=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA88 is #555577. Grayscale: #A6A6A6. Windows color (decimal): -5592440 or 8956586. OLE color: 8956586.

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

Color convert

RGB 170 170 136 -
CMYK 0 0 0.20 0.33
HSL 60º 0.17% 0.6% -
HSV(B) 60º 0.2% 0.67% -
XYZ 35.4 39.07 28.97 -
YUV 166.12 111 130.76 -
System Red Green Blue C M Y K H S L
Decimal 170 170 136 0 0 0.20 0.33 60 0.17 0.6
Hex AA AA 88 0 0 14 21 3C 11 3C
Octal 252 252 210 0 0 24 41 74 21 74
Binary 10101010 10101010 10001000 0 0 10100 100001 111100 10001 111100

Color Harmonies of #AAAA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA88

Black with #AAAA88

Text Example


Text Example

White with #AAAA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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