#ADB3AC

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

Shades of Rainee #ADB3AC

Tints of Rainee #ADB3AC

Color information

#ADB3AC (or 0xADB3AC) is unknown color: approx Rainee. HEX triplet: AD, B3 and AC. RGB value is (173,179,172). Sum of RGB (Red+Green+Blue) = 173+179+172=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3AC is #524C53. Grayscale: #B0B0B0. Windows color (decimal): -5393492 or 11318189. OLE color: 11318189.

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

Color convert

RGB173179172-
CMYK0.0300.040.30
HSL111.43º4.4%68.82%-
HSV(B)111.43º3.91%70.2%-
XYZ40.844.145.39-
YUV176.41125.51125.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=33.02%
G=34.16%
B=32.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791720.0300.040.30111.434.468.82
HexADB3AC3041E6f445
Octal255263254304361574105
Binary1010110110110011101011001101001111011011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB3AC; }

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

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

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

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

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

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

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

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