#ACBFA0

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

Shades of Spring Rain #ACBFA0

Tints of Spring Rain #ACBFA0

Color information

#ACBFA0 (or 0xACBFA0) is unknown color: approx Spring Rain. HEX triplet: AC, BF and A0. RGB value is (172,191,160). Sum of RGB (Red+Green+Blue) = 172+191+160=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBFA0 is #53405F. Grayscale: #B5B5B5. Windows color (decimal): -5455968 or 10534828. OLE color: 10534828.

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

Color convert

RGB172191160-
CMYK0.1000.160.25
HSL96.77º19.5%68.82%-
HSV(B)96.77º16.23%74.9%-
XYZ41.9948.5740.42-
YUV181.78115.71121.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=32.89%
G=36.52%
B=30.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911600.1000.160.2596.7719.568.82
HexACBFA0A01019611345
Octal254277240120203114123105
Binary1010110010111111101000001010010000110011100001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFA0; }

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

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

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

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

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

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

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

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