#AAACA3

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

Shades of Green Spring #AAACA3

Tints of Green Spring #AAACA3

Color information

#AAACA3 (or 0xAAACA3) is unknown color: approx Green Spring. HEX triplet: AA, AC and A3. RGB value is (170,172,163). Sum of RGB (Red+Green+Blue) = 170+172+163=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 172 - color contains mainly: green. Hex color #AAACA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACA3 is #55535C. Grayscale: #AAAAAA. Windows color (decimal): -5591901 or 10726570. OLE color: 10726570.

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

Color convert

RGB170172163-
CMYK0.0100.050.33
HSL73.33º5.14%65.69%-
HSV(B)73.33º5.23%67.45%-
XYZ37.9440.740.51-
YUV170.38123.84127.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 163 (64.06% from 255) = 32.28%
R=33.66%
G=34.06%
B=32.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721630.0100.050.3373.335.1465.69
HexAAACA31052149542
Octal252254243105411115102
Binary1010101010101100101000111010110000110010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACA3; }

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

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

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

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

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

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

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

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