#ADAAAB

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

Shades of Shady Lady #ADAAAB

Tints of Shady Lady #ADAAAB

Color information

#ADAAAB (or 0xADAAAB) is unknown color: approx Shady Lady. HEX triplet: AD, AA and AB. RGB value is (173,170,171). Sum of RGB (Red+Green+Blue) = 173+170+171=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAAB is #525554. Grayscale: #ABABAB. Windows color (decimal): -5395797 or 11250349. OLE color: 11250349.

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

Color convert

RGB173170171-
CMYK00.020.010.32
HSL340º1.8%67.25%-
HSV(B)340º1.73%67.84%-
XYZ38.9640.5744.31-
YUV171.01127.99129.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=33.66%
G=33.07%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317017100.020.010.323401.867.25
HexADAAAB02120154243
Octal255252253021405242103
Binary1010110110101010101010110101100000101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAAB; }

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

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

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

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

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

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

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

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