#ADB5AD

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

Shades of Rainee #ADB5AD

Tints of Rainee #ADB5AD

Color information

#ADB5AD (or 0xADB5AD) is unknown color: approx Rainee. HEX triplet: AD, B5 and AD. RGB value is (173,181,173). Sum of RGB (Red+Green+Blue) = 173+181+173=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5AD is #524A52. Grayscale: #B1B1B1. Windows color (decimal): -5392979 or 11384237. OLE color: 11384237.

HSL color Cylindrical-coordinate representation of color #ADB5AD: hue angle of 120º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADB5AD is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB173181173-
CMYK0.0400.040.29
HSL120º5.13%69.41%-
HSV(B)120º4.42%70.98%-
XYZ41.344.9546.03-
YUV177.7125.35124.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 181 (71.09% from 255) = 34.35%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=32.83%
G=34.35%
B=32.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811730.0400.040.291205.1369.41
HexADB5AD4041D78545
Octal255265255404351705105
Binary10101101101101011010110110001001110111110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB5AD; }

 p { color: rgb(173,181,173); }

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

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

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

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

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

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

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