#ACBAAB

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

Shades of Rainee #ACBAAB

Tints of Rainee #ACBAAB

Color information

#ACBAAB (or 0xACBAAB) is unknown color: approx Rainee. HEX triplet: AC, BA and AB. RGB value is (172,186,171). Sum of RGB (Red+Green+Blue) = 172+186+171=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAAB is #534554. Grayscale: #B4B4B4. Windows color (decimal): -5457237 or 11254444. OLE color: 11254444.

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

Color convert

RGB172186171-
CMYK0.0800.080.27
HSL116º9.8%70%-
HSV(B)116º8.06%72.94%-
XYZ41.9246.8345.36-
YUV180.1122.86122.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=32.51%
G=35.16%
B=32.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861710.0800.080.271169.870
HexACBAAB8081B74a46
Octal254272253100103316412106
Binary10101100101110101010101110000100011011111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAAB; }

 p { color: rgb(172,186,171); }

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

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

 a { background-color: rgb(172,186,171); }

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

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

 span { border-color: rgb(172,186,171); }

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