#ACBDA8

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

Shades of Rainee #ACBDA8

Tints of Rainee #ACBDA8

Color information

#ACBDA8 (or 0xACBDA8) is unknown color: approx Rainee. HEX triplet: AC, BD and A8. RGB value is (172,189,168). Sum of RGB (Red+Green+Blue) = 172+189+168=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDA8 is #534257. Grayscale: #B5B5B5. Windows color (decimal): -5456472 or 11058604. OLE color: 11058604.

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

Color convert

RGB172189168-
CMYK0.0900.110.26
HSL108.57º13.73%70%-
HSV(B)108.57º11.11%74.12%-
XYZ42.2847.9944.08-
YUV181.52120.37121.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 168 (66.02% from 255) = 31.76%
R=32.51%
G=35.73%
B=31.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891680.0900.110.26108.5713.7370
HexACBDA890B1A6de46
Octal254275250110133215516106
Binary10101100101111011010100010010101111010110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDA8; }

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

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

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

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

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

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

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

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