#ADB4AB

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

Shades of Rainee #ADB4AB

Tints of Rainee #ADB4AB

Color information

#ADB4AB (or 0xADB4AB) is unknown color: approx Rainee. HEX triplet: AD, B4 and AB. RGB value is (173,180,171). Sum of RGB (Red+Green+Blue) = 173+180+171=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4AB is #524B54. Grayscale: #B0B0B0. Windows color (decimal): -5393237 or 11252909. OLE color: 11252909.

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

Color convert

RGB173180171-
CMYK0.0400.050.29
HSL106.67º5.66%68.82%-
HSV(B)106.67º5%70.59%-
XYZ40.9144.4744.96-
YUV176.88124.68125.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 180 (70.70% from 255) = 34.35%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=33.02%
G=34.35%
B=32.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801710.0400.050.29106.675.6668.82
HexADB4AB4051D6b645
Octal255264253405351536105
Binary10101101101101001010101110001011110111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB4AB; }

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

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

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

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

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

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

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

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