#ACBCA9

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

Shades of Rainee #ACBCA9

Tints of Rainee #ACBCA9

Color information

#ACBCA9 (or 0xACBCA9) is unknown color: approx Rainee. HEX triplet: AC, BC and A9. RGB value is (172,188,169). Sum of RGB (Red+Green+Blue) = 172+188+169=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBCA9 is #534356. Grayscale: #B5B5B5. Windows color (decimal): -5456727 or 11123884. OLE color: 11123884.

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

Color convert

RGB172188169-
CMYK0.0900.100.26
HSL110.53º12.42%70%-
HSV(B)110.53º10.11%73.73%-
XYZ42.1647.644.5-
YUV181.05121.2121.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 169 (66.41% from 255) = 31.95%
R=32.51%
G=35.54%
B=31.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881690.0900.100.26110.5312.4270
HexACBCA990A1A6fc46
Octal254274251110123215714106
Binary10101100101111001010100110010101011010110111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCA9; }

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

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

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

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

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

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

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

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