Html Css Color HEX #AC9DA0 Shady Lady

📋 copy color: '#AC9DA0'

red 172 ◦ green 157 ◦ blue 160

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

Shades of Shady Lady #AC9DA0

Tints of Shady Lady #AC9DA0

RGB

 RED value IS 172 (67.58% from 255) = 35.17%

 GREEN value IS 157 (61.72% from 255) = 32.11%

 BLUE value IS 160 (62.89% from 255) = 32.72%

R = 35.17%
G = 32.11%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC9DA0 (or 0xAC9DA0) is known color: Shady Lady. HEX triplet: AC, 9D and A0. RGB value is (172,157,160). Sum of RGB (Red+Green+Blue) = 172+157+160=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DA0 is #53625F. Grayscale: #A1A1A1. Windows color (decimal): -5464672 or 10526124. OLE color: 10526124.

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

Color convert

RGB 172 157 160 -
CMYK 0 0.09 0.07 0.33
HSL 348º 0.08% 0.65% -
HSV(B) 348º 0.09% 0.67% -
XYZ 35.42 35.42 38.23 -
YUV 161.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 172 157 160 0 0.09 0.07 0.33 348 0.08 0.65
Hex AC 9D A0 0 9 7 21 15C 8 41
Octal 254 235 240 0 11 7 41 534 10 101
Binary 10101100 10011101 10100000 0 1001 111 100001 101011100 1000 1000001

Color Harmonies of #AC9DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DA0

Black with #AC9DA0

Text Example


Text Example

White with #AC9DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DA0; }

 p { color: rgb(172,157,160); }

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

background-color css

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

 a { background-color: rgb(172,157,160); }

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

border-color css

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

 span { border-color: rgb(172,157,160); }

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