#ACC0A4

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

Shades of Spring Rain #ACC0A4

Tints of Spring Rain #ACC0A4

Color information

#ACC0A4 (or 0xACC0A4) is unknown color: approx Spring Rain. HEX triplet: AC, C0 and A4. RGB value is (172,192,164). Sum of RGB (Red+Green+Blue) = 172+192+164=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0A4 is #533F5B. Grayscale: #B6B6B6. Windows color (decimal): -5455708 or 10797228. OLE color: 10797228.

HSL color Cylindrical-coordinate representation of color #ACC0A4: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACC0A4 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB172192164-
CMYK0.1000.150.25
HSL102.86º18.18%69.8%-
HSV(B)102.86º14.58%75.29%-
XYZ42.5649.1542.37-
YUV182.83117.37120.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=32.58%
G=36.36%
B=31.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921640.1000.150.25102.8618.1869.8
HexACC0A4A0F19671246
Octal254300244120173114722106
Binary101011001100000010100100101001111110011100111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0A4; }

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

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

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

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

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

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

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

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