#ADB5AB

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

Shades of Rainee #ADB5AB

Tints of Rainee #ADB5AB

Color information

#ADB5AB (or 0xADB5AB) is unknown color: approx Rainee. HEX triplet: AD, B5 and AB. RGB value is (173,181,171). Sum of RGB (Red+Green+Blue) = 173+181+171=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5AB is #524A54. Grayscale: #B1B1B1. Windows color (decimal): -5392981 or 11253165. OLE color: 11253165.

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

Color convert

RGB173181171-
CMYK0.0400.060.29
HSL108º6.33%69.02%-
HSV(B)108º5.52%70.98%-
XYZ41.1144.8745.02-
YUV177.47124.35124.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 181 (71.09% from 255) = 34.48%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=32.95%
G=34.48%
B=32.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811710.0400.060.291086.3369.02
HexADB5AB4061D6c645
Octal255265253406351546105
Binary10101101101101011010101110001101110111011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB5AB; }

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

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

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

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

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

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

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

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