#ACBCA6

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

Shades of Spring Rain #ACBCA6

Tints of Spring Rain #ACBCA6

Color information

#ACBCA6 (or 0xACBCA6) is unknown color: approx Spring Rain. HEX triplet: AC, BC and A6. RGB value is (172,188,166). Sum of RGB (Red+Green+Blue) = 172+188+166=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBCA6 is #534359. Grayscale: #B4B4B4. Windows color (decimal): -5456730 or 10927276. OLE color: 10927276.

HSL color Cylindrical-coordinate representation of color #ACBCA6: hue angle of 103.64º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACBCA6 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB172188166-
CMYK0.0900.120.26
HSL103.64º14.1%69.41%-
HSV(B)103.64º11.7%73.73%-
XYZ41.8847.4943.04-
YUV180.71119.7121.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 166 (65.23% from 255) = 31.56%
R=32.70%
G=35.74%
B=31.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881660.0900.120.26103.6414.169.41
HexACBCA690C1A68e45
Octal254274246110143215016105
Binary10101100101111001010011010010110011010110100011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCA6; }

 p { color: rgb(172,188,166); }

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

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

 a { background-color: rgb(172,188,166); }

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

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

 span { border-color: rgb(172,188,166); }

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