#ACBBA9

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

Shades of Rainee #ACBBA9

Tints of Rainee #ACBBA9

Color information

#ACBBA9 (or 0xACBBA9) is unknown color: approx Rainee. HEX triplet: AC, BB and A9. RGB value is (172,187,169). Sum of RGB (Red+Green+Blue) = 172+187+169=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBA9 is #534456. Grayscale: #B4B4B4. Windows color (decimal): -5456983 or 11123628. OLE color: 11123628.

HSL color Cylindrical-coordinate representation of color #ACBBA9: hue angle of 110º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBBA9 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB172187169-
CMYK0.0800.100.27
HSL110º11.69%69.8%-
HSV(B)110º9.63%73.33%-
XYZ41.9547.1844.43-
YUV180.46121.53121.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=32.58%
G=35.42%
B=32.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871690.0800.100.2711011.6969.8
HexACBBA980A1B6ec46
Octal254273251100123315614106
Binary10101100101110111010100110000101011011110111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBA9; }

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

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

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

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

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

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

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

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