#ADB3AD

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

Shades of Rainee #ADB3AD

Tints of Rainee #ADB3AD

Color information

#ADB3AD (or 0xADB3AD) is unknown color: approx Rainee. HEX triplet: AD, B3 and AD. RGB value is (173,179,173). Sum of RGB (Red+Green+Blue) = 173+179+173=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3AD is #524C52. Grayscale: #B0B0B0. Windows color (decimal): -5393491 or 11383725. OLE color: 11383725.

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

Color convert

RGB173179173-
CMYK0.0300.030.30
HSL120º3.8%69.02%-
HSV(B)120º3.35%70.2%-
XYZ40.944.1445.9-
YUV176.52126.01125.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=32.95%
G=34.10%
B=32.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791730.0300.030.301203.869.02
HexADB3AD3031E78445
Octal255263255303361704105
Binary101011011011001110101101110111111011110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB3AD; }

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

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

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

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

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

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

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

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