#ACBFA8

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

Shades of Rainee #ACBFA8

Tints of Rainee #ACBFA8

Color information

#ACBFA8 (or 0xACBFA8) is unknown color: approx Rainee. HEX triplet: AC, BF and A8. RGB value is (172,191,168). Sum of RGB (Red+Green+Blue) = 172+191+168=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBFA8 is #534057. Grayscale: #B6B6B6. Windows color (decimal): -5455960 or 11059116. OLE color: 11059116.

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

Color convert

RGB172191168-
CMYK0.1000.120.25
HSL109.57º15.23%70.39%-
HSV(B)109.57º12.04%74.9%-
XYZ42.7148.8644.23-
YUV182.7119.71120.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 168 (66.02% from 255) = 31.64%
R=32.39%
G=35.97%
B=31.64%

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
Decimal1721911680.1000.120.25109.5715.2370.39
HexACBFA8A0C196ef46
Octal254277250120143115617106
Binary10101100101111111010100010100110011001110111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFA8; }

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

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

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

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

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

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

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

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