#ADBCAB

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

Shades of Rainee #ADBCAB

Tints of Rainee #ADBCAB

Color information

#ADBCAB (or 0xADBCAB) is unknown color: approx Rainee. HEX triplet: AD, BC and AB. RGB value is (173,188,171). Sum of RGB (Red+Green+Blue) = 173+188+171=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBCAB is #524354. Grayscale: #B5B5B5. Windows color (decimal): -5391189 or 11254957. OLE color: 11254957.

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

Color convert

RGB173188171-
CMYK0.0800.090.26
HSL112.94º11.26%70.39%-
HSV(B)112.94º9.04%73.73%-
XYZ42.5747.7945.51-
YUV181.58122.03121.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.52%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=32.52%
G=35.34%
B=32.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731881710.0800.090.26112.9411.2670.39
HexADBCAB8091A71b46
Octal255274253100113216113106
Binary10101101101111001010101110000100111010111000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBCAB; }

 p { color: rgb(173,188,171); }

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

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

 a { background-color: rgb(173,188,171); }

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

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

 span { border-color: rgb(173,188,171); }

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