#ACBFA2

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

Shades of Spring Rain #ACBFA2

Tints of Spring Rain #ACBFA2

Color information

#ACBFA2 (or 0xACBFA2) is unknown color: approx Spring Rain. HEX triplet: AC, BF and A2. RGB value is (172,191,162). Sum of RGB (Red+Green+Blue) = 172+191+162=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBFA2 is #53405D. Grayscale: #B6B6B6. Windows color (decimal): -5455966 or 10665900. OLE color: 10665900.

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

Color convert

RGB172191162-
CMYK0.1000.150.25
HSL99.31º18.47%69.22%-
HSV(B)99.31º15.18%74.9%-
XYZ42.1748.6441.35-
YUV182.01116.71120.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 191 (75% from 255) = 36.38%
BLUE value IS 162 (63.67% from 255) = 30.86%
R=32.76%
G=36.38%
B=30.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911620.1000.150.2599.3118.4769.22
HexACBFA2A0F19631245
Octal254277242120173114322105
Binary101011001011111110100010101001111110011100011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFA2; }

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

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

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

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

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

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

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

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