#ACCAA0

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

Shades of Spring Rain #ACCAA0

Tints of Spring Rain #ACCAA0

Color information

#ACCAA0 (or 0xACCAA0) is unknown color: approx Spring Rain. HEX triplet: AC, CA and A0. RGB value is (172,202,160). Sum of RGB (Red+Green+Blue) = 172+202+160=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAA0 is #53355F. Grayscale: #BCBCBC. Windows color (decimal): -5453152 or 10537644. OLE color: 10537644.

HSL color Cylindrical-coordinate representation of color #ACCAA0: hue angle of 102.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACCAA0 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB172202160-
CMYK0.1500.210.21
HSL102.86º28.38%70.98%-
HSV(B)102.86º20.79%79.22%-
XYZ44.4853.5541.25-
YUV188.24112.06116.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 160 (62.89% from 255) = 29.96%
R=32.21%
G=37.83%
B=29.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021600.1500.210.21102.8628.3870.98
HexACCAA0F01515671c47
Octal254312240170252514734107
Binary1010110011001010101000001111010101101011100111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAA0; }

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

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

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

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

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

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

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

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