#ACC3A0

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

Shades of Spring Rain #ACC3A0

Tints of Spring Rain #ACC3A0

Color information

#ACC3A0 (or 0xACC3A0) is unknown color: approx Spring Rain. HEX triplet: AC, C3 and A0. RGB value is (172,195,160). Sum of RGB (Red+Green+Blue) = 172+195+160=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC3A0 is #533C5F. Grayscale: #B8B8B8. Windows color (decimal): -5454944 or 10535852. OLE color: 10535852.

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

Color convert

RGB172195160-
CMYK0.1200.180.24
HSL99.43º22.58%69.61%-
HSV(B)99.43º17.95%76.47%-
XYZ42.8750.3440.71-
YUV184.13114.38119.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 195 (76.56% from 255) = 37.00%
BLUE value IS 160 (62.89% from 255) = 30.36%
R=32.64%
G=37.00%
B=30.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951600.1200.180.2499.4322.5869.61
HexACC3A0C01218631746
Octal254303240140223014327106
Binary1010110011000011101000001100010010110001100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3A0; }

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

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

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

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

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

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

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

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