#ACCCA0

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

Shades of Spring Rain #ACCCA0

Tints of Spring Rain #ACCCA0

Color information

#ACCCA0 (or 0xACCCA0) is unknown color: approx Spring Rain. HEX triplet: AC, CC and A0. RGB value is (172,204,160). Sum of RGB (Red+Green+Blue) = 172+204+160=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCCA0 is #53335F. Grayscale: #BDBDBD. Windows color (decimal): -5452640 or 10538156. OLE color: 10538156.

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

Color convert

RGB172204160-
CMYK0.1600.220.2
HSL103.64º30.14%71.37%-
HSV(B)103.64º21.57%80%-
XYZ44.9554.4941.41-
YUV189.42111.4115.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=32.09%
G=38.06%
B=29.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041600.1600.220.2103.6430.1471.37
HexACCCA01001614681e47
Octal254314240200262415036107
Binary10101100110011001010000010000010110101001101000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCA0; }

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

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

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

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

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

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

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

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