#ADB0AD

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

Shades of Rainee #ADB0AD

Tints of Rainee #ADB0AD

Color information

#ADB0AD (or 0xADB0AD) is unknown color: approx Rainee. HEX triplet: AD, B0 and AD. RGB value is (173,176,173). Sum of RGB (Red+Green+Blue) = 173+176+173=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB0AD is #524F52. Grayscale: #AEAEAE. Windows color (decimal): -5394259 or 11382957. OLE color: 11382957.

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

Color convert

RGB173176173-
CMYK0.0200.020.31
HSL120º1.86%68.43%-
HSV(B)120º1.7%69.02%-
XYZ40.342.9545.7-
YUV174.76127.01126.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=33.14%
G=33.72%
B=33.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731761730.0200.020.311201.8668.43
HexADB0AD2021F78244
Octal255260255202371702104
Binary10101101101100001010110110010111111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB0AD; }

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

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

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

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

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

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

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

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