#AAACA4

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

Shades of Green Spring #AAACA4

Tints of Green Spring #AAACA4

Color information

#AAACA4 (or 0xAAACA4) is unknown color: approx Green Spring. HEX triplet: AA, AC and A4. RGB value is (170,172,164). Sum of RGB (Red+Green+Blue) = 170+172+164=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 172 - color contains mainly: green. Hex color #AAACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACA4 is #55535B. Grayscale: #AAAAAA. Windows color (decimal): -5591900 or 10792106. OLE color: 10792106.

HSL color Cylindrical-coordinate representation of color #AAACA4: hue angle of 75º 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 #AAACA4 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB170172164-
CMYK0.0100.050.33
HSL75º4.6%65.88%-
HSV(B)75º4.65%67.45%-
XYZ38.0340.7340.98-
YUV170.49124.34127.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 164 (64.45% from 255) = 32.41%
R=33.60%
G=33.99%
B=32.41%

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
Decimal1701721640.0100.050.33754.665.88
HexAAACA4105214b542
Octal252254244105411135102
Binary1010101010101100101001001010110000110010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACA4; }

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

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

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

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

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

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

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

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