#ACBDA9

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

Shades of Rainee #ACBDA9

Tints of Rainee #ACBDA9

Color information

#ACBDA9 (or 0xACBDA9) is unknown color: approx Rainee. HEX triplet: AC, BD and A9. RGB value is (172,189,169). Sum of RGB (Red+Green+Blue) = 172+189+169=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDA9 is #534256. Grayscale: #B5B5B5. Windows color (decimal): -5456471 or 11124140. OLE color: 11124140.

HSL color Cylindrical-coordinate representation of color #ACBDA9: hue angle of 111º degrees, saturation: 0.13, 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 #ACBDA9 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB172189169-
CMYK0.0900.110.26
HSL111º13.16%70.2%-
HSV(B)111º10.58%74.12%-
XYZ42.3748.0344.57-
YUV181.64120.87121.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=32.45%
G=35.66%
B=31.89%

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
Decimal1721891690.0900.110.2611113.1670.2
HexACBDA990B1A6fd46
Octal254275251110133215715106
Binary10101100101111011010100110010101111010110111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDA9; }

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

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

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

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

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

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

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

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