#ADBAAB

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

Shades of Rainee #ADBAAB

Tints of Rainee #ADBAAB

Color information

#ADBAAB (or 0xADBAAB) is unknown color: approx Rainee. HEX triplet: AD, BA and AB. RGB value is (173,186,171). Sum of RGB (Red+Green+Blue) = 173+186+171=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAAB is #524554. Grayscale: #B4B4B4. Windows color (decimal): -5391701 or 11254445. OLE color: 11254445.

HSL color Cylindrical-coordinate representation of color #ADBAAB: hue angle of 112º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBAAB is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB173186171-
CMYK0.0700.080.27
HSL112º9.8%70%-
HSV(B)112º8.06%72.94%-
XYZ42.1446.9445.37-
YUV180.4122.69122.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=32.64%
G=35.09%
B=32.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861710.0700.080.271129.870
HexADBAAB7081B70a46
Octal25527225370103316012106
Binary1010110110111010101010111110100011011111000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAAB; }

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

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

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

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

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

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

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

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