#ACBBAA

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

Shades of Rainee #ACBBAA

Tints of Rainee #ACBBAA

Color information

#ACBBAA (or 0xACBBAA) is unknown color: approx Rainee. HEX triplet: AC, BB and AA. RGB value is (172,187,170). Sum of RGB (Red+Green+Blue) = 172+187+170=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBAA is #534455. Grayscale: #B4B4B4. Windows color (decimal): -5456982 or 11189164. OLE color: 11189164.

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

Color convert

RGB172187170-
CMYK0.0800.090.27
HSL112.94º11.11%70%-
HSV(B)112.94º9.09%73.33%-
XYZ42.0447.2144.93-
YUV180.58122.03121.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=32.51%
G=35.35%
B=32.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871700.0800.090.27112.9411.1170
HexACBBAA8091B71b46
Octal254273252100113316113106
Binary10101100101110111010101010000100111011111000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBAA; }

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

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

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

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

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

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

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

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