#ADBAAC

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

Shades of Rainee #ADBAAC

Tints of Rainee #ADBAAC

Color information

#ADBAAC (or 0xADBAAC) is unknown color: approx Rainee. HEX triplet: AD, BA and AC. RGB value is (173,186,172). Sum of RGB (Red+Green+Blue) = 173+186+172=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAAC is #524553. Grayscale: #B4B4B4. Windows color (decimal): -5391700 or 11319981. OLE color: 11319981.

HSL color Cylindrical-coordinate representation of color #ADBAAC: hue angle of 115.71º degrees, saturation: 0.09, 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 #ADBAAC is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB173186172-
CMYK0.0700.080.27
HSL115.71º9.21%70.2%-
HSV(B)115.71º7.53%72.94%-
XYZ42.2446.9845.87-
YUV180.52123.19122.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=32.58%
G=35.03%
B=32.39%

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
Decimal1731861720.0700.080.27115.719.2170.2
HexADBAAC7081B74946
Octal25527225470103316411106
Binary1010110110111010101011001110100011011111010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAAC; }

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

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

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

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

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

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

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

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