#ACBFA6

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

Shades of Spring Rain #ACBFA6

Tints of Spring Rain #ACBFA6

Color information

#ACBFA6 (or 0xACBFA6) is unknown color: approx Spring Rain. HEX triplet: AC, BF and A6. RGB value is (172,191,166). Sum of RGB (Red+Green+Blue) = 172+191+166=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBFA6 is #534059. Grayscale: #B6B6B6. Windows color (decimal): -5455962 or 10928044. OLE color: 10928044.

HSL color Cylindrical-coordinate representation of color #ACBFA6: hue angle of 105.6º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACBFA6 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB172191166-
CMYK0.1000.130.25
HSL105.6º16.34%70%-
HSV(B)105.6º13.09%74.9%-
XYZ42.5348.7943.25-
YUV182.47118.71120.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 166 (65.23% from 255) = 31.38%
R=32.51%
G=36.11%
B=31.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911660.1000.130.25105.616.3470
HexACBFA6A0D196a1046
Octal254277246120153115220106
Binary101011001011111110100110101001101110011101010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFA6; }

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

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

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

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

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

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

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

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