#ACC9A4

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

Shades of Spring Rain #ACC9A4

Tints of Spring Rain #ACC9A4

Color information

#ACC9A4 (or 0xACC9A4) is unknown color: approx Spring Rain. HEX triplet: AC, C9 and A4. RGB value is (172,201,164). Sum of RGB (Red+Green+Blue) = 172+201+164=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC9A4 is #53365B. Grayscale: #BCBCBC. Windows color (decimal): -5453404 or 10799532. OLE color: 10799532.

HSL color Cylindrical-coordinate representation of color #ACC9A4: hue angle of 107.03º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACC9A4 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB172201164-
CMYK0.1400.180.21
HSL107.03º25.52%71.57%-
HSV(B)107.03º18.41%78.82%-
XYZ44.653.2243.04-
YUV188.11114.39116.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 164 (64.45% from 255) = 30.54%
R=32.03%
G=37.43%
B=30.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722011640.1400.180.21107.0325.5271.57
HexACC9A4E012156b1a48
Octal254311244160222515332110
Binary1010110011001001101001001110010010101011101011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9A4; }

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

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

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

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

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

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

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

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