Html Css Color HEX #AD8F9C Shady Lady

📋 copy color: '#AD8F9C'

red 173 ◦ green 143 ◦ blue 156

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

Shades of Shady Lady #AD8F9C

Tints of Shady Lady #AD8F9C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

 BLUE value IS 156 (61.33% from 255) = 33.05%

R = 36.65%
G = 30.3%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD8F9C (or 0xAD8F9C) is known color: Shady Lady. HEX triplet: AD, 8F and 9C. RGB value is (173,143,156). Sum of RGB (Red+Green+Blue) = 173+143+156=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F9C is #527063. Grayscale: #999999. Windows color (decimal): -5402724 or 10260397. OLE color: 10260397.

HSL color Cylindrical-coordinate representation of color #AD8F9C: hue angle of 334º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD8F9C is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 143 156 -
CMYK 0 0.17 0.10 0.32
HSL 334º 0.15% 0.62% -
HSV(B) 334º 0.17% 0.68% -
XYZ 33.06 30.93 35.68 -
YUV 153.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 173 143 156 0 0.17 0.10 0.32 334 0.15 0.62
Hex AD 8F 9C 0 11 A 20 14E F 3E
Octal 255 217 234 0 21 12 40 516 17 76
Binary 10101101 10001111 10011100 0 10001 1010 100000 101001110 1111 111110

Color Harmonies of #AD8F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F9C

Black with #AD8F9C

Text Example


Text Example

White with #AD8F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F9C; }

 p { color: rgb(173,143,156); }

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

background-color css

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

 a { background-color: rgb(173,143,156); }

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

border-color css

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

 span { border-color: rgb(173,143,156); }

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