#ACBFA9

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

Shades of Rainee #ACBFA9

Tints of Rainee #ACBFA9

Color information

#ACBFA9 (or 0xACBFA9) is unknown color: approx Rainee. HEX triplet: AC, BF and A9. RGB value is (172,191,169). Sum of RGB (Red+Green+Blue) = 172+191+169=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBFA9 is #534056. Grayscale: #B6B6B6. Windows color (decimal): -5455959 or 11124652. OLE color: 11124652.

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

Color convert

RGB172191169-
CMYK0.1000.120.25
HSL111.82º14.67%70.59%-
HSV(B)111.82º11.52%74.9%-
XYZ42.8148.944.72-
YUV182.81120.21120.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 191 (75% from 255) = 35.90%
BLUE value IS 169 (66.41% from 255) = 31.77%
R=32.33%
G=35.90%
B=31.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911690.1000.120.25111.8214.6770.59
HexACBFA9A0C1970f47
Octal254277251120143116017107
Binary10101100101111111010100110100110011001111000011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFA9; }

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

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

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

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

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

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

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

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