#AAACA1

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

Shades of Green Spring #AAACA1

Tints of Green Spring #AAACA1

Color information

#AAACA1 (or 0xAAACA1) is unknown color: approx Green Spring. HEX triplet: AA, AC and A1. RGB value is (170,172,161). Sum of RGB (Red+Green+Blue) = 170+172+161=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 172 - color contains mainly: green. Hex color #AAACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACA1 is #55535E. Grayscale: #AAAAAA. Windows color (decimal): -5591903 or 10595498. OLE color: 10595498.

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

Color convert

RGB170172161-
CMYK0.0100.060.33
HSL70.91º6.21%65.29%-
HSV(B)70.91º6.4%67.45%-
XYZ37.7640.6239.57-
YUV170.15122.84127.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=33.80%
G=34.19%
B=32.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721610.0100.060.3370.916.2165.29
HexAAACA11062147641
Octal252254241106411076101
Binary1010101010101100101000011011010000110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACA1; }

 p { color: rgb(170,172,161); }

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

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

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

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

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

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

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