#AAAA83

Color #AAAA83 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #AAAA83

Tints of Neutral Green #AAAA83

Color information

#AAAA83 (or 0xAAAA83) is unknown color: approx Neutral Green. HEX triplet: AA, AA and 83. RGB value is (170,170,131). Sum of RGB (Red+Green+Blue) = 170+170+131=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA83 is #55557C. Grayscale: #A5A5A5. Windows color (decimal): -5592445 or 8628906. OLE color: 8628906.

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

Color convert

RGB170170131-
CMYK000.230.33
HSL60º18.66%59.02%-
HSV(B)60º22.94%66.67%-
XYZ35.0538.9327.14-
YUV165.55108.5131.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 170 (66.80% from 255) = 36.09%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=36.09%
G=36.09%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170131000.230.336018.6659.02
HexAAAA830017213c133b
Octal252252203002741742373
Binary101010101010101010000011001011110000111110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA83; }

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

 H1.HeaderClassName
 {
   color: #AAAA83;
 }
 .AnyTagClassName
 {
   color: #AAAA83;
 }
</style>
background-color css

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

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

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

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

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

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