#ACC3A4

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

Shades of Spring Rain #ACC3A4

Tints of Spring Rain #ACC3A4

Color information

#ACC3A4 (or 0xACC3A4) is unknown color: approx Spring Rain. HEX triplet: AC, C3 and A4. RGB value is (172,195,164). Sum of RGB (Red+Green+Blue) = 172+195+164=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC3A4 is #533C5B. Grayscale: #B8B8B8. Windows color (decimal): -5454940 or 10797996. OLE color: 10797996.

HSL color Cylindrical-coordinate representation of color #ACC3A4: hue angle of 104.52º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACC3A4 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB172195164-
CMYK0.1200.160.24
HSL104.52º20.53%70.39%-
HSV(B)104.52º15.9%76.47%-
XYZ43.2350.4842.59-
YUV184.59116.38119.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 195 (76.56% from 255) = 36.72%
BLUE value IS 164 (64.45% from 255) = 30.89%
R=32.39%
G=36.72%
B=30.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951640.1200.160.24104.5220.5370.39
HexACC3A4C01018691546
Octal254303244140203015125106
Binary1010110011000011101001001100010000110001101001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3A4; }

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

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

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

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

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

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

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

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