#ACCCA2

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

Shades of Spring Rain #ACCCA2

Tints of Spring Rain #ACCCA2

Color information

#ACCCA2 (or 0xACCCA2) is unknown color: approx Spring Rain. HEX triplet: AC, CC and A2. RGB value is (172,204,162). Sum of RGB (Red+Green+Blue) = 172+204+162=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCCA2 is #53335D. Grayscale: #BDBDBD. Windows color (decimal): -5452638 or 10669228. OLE color: 10669228.

HSL color Cylindrical-coordinate representation of color #ACCCA2: hue angle of 105.71º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACCCA2 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB172204162-
CMYK0.1600.210.2
HSL105.71º29.17%71.76%-
HSV(B)105.71º20.59%80%-
XYZ45.1354.5742.34-
YUV189.64112.4115.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 162 (63.67% from 255) = 30.11%
R=31.97%
G=37.92%
B=30.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041620.1600.210.2105.7129.1771.76
HexACCCA210015146a1d48
Octal254314242200252415235110
Binary10101100110011001010001010000010101101001101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCA2; }

 p { color: rgb(172,204,162); }

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

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

 a { background-color: rgb(172,204,162); }

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

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

 span { border-color: rgb(172,204,162); }

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