#ADB7AB

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

Shades of Rainee #ADB7AB

Tints of Rainee #ADB7AB

Color information

#ADB7AB (or 0xADB7AB) is unknown color: approx Rainee. HEX triplet: AD, B7 and AB. RGB value is (173,183,171). Sum of RGB (Red+Green+Blue) = 173+183+171=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB7AB is #524854. Grayscale: #B2B2B2. Windows color (decimal): -5392469 or 11253677. OLE color: 11253677.

HSL color Cylindrical-coordinate representation of color #ADB7AB: hue angle of 110º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB7AB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB173183171-
CMYK0.0500.070.28
HSL110º7.69%69.41%-
HSV(B)110º6.56%71.76%-
XYZ41.5245.6945.16-
YUV178.64123.69123.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=32.83%
G=34.72%
B=32.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831710.0500.070.281107.6969.41
HexADB7AB5071C6e845
Octal2552672535073415610105
Binary101011011011011110101011101011111100110111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB7AB; }

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

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

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

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

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

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

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

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