#ACBCA8

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

Shades of Rainee #ACBCA8

Tints of Rainee #ACBCA8

Color information

#ACBCA8 (or 0xACBCA8) is unknown color: approx Rainee. HEX triplet: AC, BC and A8. RGB value is (172,188,168). Sum of RGB (Red+Green+Blue) = 172+188+168=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBCA8 is #534357. Grayscale: #B4B4B4. Windows color (decimal): -5456728 or 11058348. OLE color: 11058348.

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

Color convert

RGB172188168-
CMYK0.0900.110.26
HSL108º12.99%69.8%-
HSV(B)108º10.64%73.73%-
XYZ42.0647.5644.01-
YUV180.94120.7121.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=32.58%
G=35.61%
B=31.82%

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
Decimal1721881680.0900.110.2610812.9969.8
HexACBCA890B1A6cd46
Octal254274250110133215415106
Binary10101100101111001010100010010101111010110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCA8; }

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

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

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

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

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

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

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

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