Html Css Color HEX #ADAAAB Shady Lady

📋 copy color: '#ADAAAB'

red 173 ◦ green 170 ◦ blue 171

#ADAAAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #ADAAAB

Tints of Shady Lady #ADAAAB

RGB

 RED value IS 173 (67.97% from 255) = 33.66%

 GREEN value IS 170 (66.8% 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 value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#ADAAAB (or 0xADAAAB) is known color: 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

RGB 173 170 171 -
CMYK 0 0.02 0.01 0.32
HSL 340º 0.02% 0.67% -
HSV(B) 340º 0.02% 0.68% -
XYZ 38.96 40.57 44.31 -
YUV 171.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 173 170 171 0 0.02 0.01 0.32 340 0.02 0.67
Hex AD AA AB 0 2 1 20 154 2 43
Octal 255 252 253 0 2 1 40 524 2 103
Binary 10101101 10101010 10101011 0 10 1 100000 101010100 10 1000011

Color Harmonies of #ADAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAAB

Black with #ADAAAB

Text Example


Text Example

White with #ADAAAB

Text Example


Text Example

HTML Codes & Css Web 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>