Html Css Color HEX #ADA0A4 Shady Lady

📋 copy color: '#ADA0A4'

red 173 ◦ green 160 ◦ blue 164

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

Shades of Shady Lady #ADA0A4

Tints of Shady Lady #ADA0A4

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.19%

 BLUE value IS 164 (64.45% from 255) = 33%

R = 34.81%
G = 32.19%
B = 33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#ADA0A4 (or 0xADA0A4) is known color: Shady Lady. HEX triplet: AD, A0 and A4. RGB value is (173,160,164). Sum of RGB (Red+Green+Blue) = 173+160+164=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA0A4 is #525F5B. Grayscale: #A4A4A4. Windows color (decimal): -5398364 or 10789037. OLE color: 10789037.

HSL color Cylindrical-coordinate representation of color #ADA0A4: hue angle of 341.54º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADA0A4 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 164 -
CMYK 0 0.08 0.05 0.32
HSL 341.54º 0.07% 0.65% -
HSV(B) 341.54º 0.08% 0.68% -
XYZ 36.51 36.71 40.28 -
YUV 164.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 173 160 164 0 0.08 0.05 0.32 341.54 0.07 0.65
Hex AD A0 A4 0 8 5 20 156 7 41
Octal 255 240 244 0 10 5 40 526 7 101
Binary 10101101 10100000 10100100 0 1000 101 100000 101010110 111 1000001

Color Harmonies of #ADA0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA0A4

Black with #ADA0A4

Text Example


Text Example

White with #ADA0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA0A4; }

 p { color: rgb(173,160,164); }

 H1.HeaderClassName
 {
   color: #ADA0A4;
 }
 .AnyTagClassName
 {
   color: #ADA0A4;
 }
</style>

background-color css

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

 a { background-color: rgb(173,160,164); }

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

border-color css

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

 span { border-color: rgb(173,160,164); }

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