Html Css Color HEX #AC9DA5 Shady Lady

📋 copy color: '#AC9DA5'

red 172 ◦ green 157 ◦ blue 165

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

Shades of Shady Lady #AC9DA5

Tints of Shady Lady #AC9DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.4%

R = 34.82%
G = 31.78%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AC9DA5 (or 0xAC9DA5) is known color: Shady Lady. HEX triplet: AC, 9D and A5. RGB value is (172,157,165). Sum of RGB (Red+Green+Blue) = 172+157+165=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DA5 is #53625A. Grayscale: #A2A2A2. Windows color (decimal): -5464667 or 10853804. OLE color: 10853804.

HSL color Cylindrical-coordinate representation of color #AC9DA5: hue angle of 328º 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 #AC9DA5 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 157 165 -
CMYK 0 0.09 0.04 0.33
HSL 328º 0.08% 0.65% -
HSV(B) 328º 0.09% 0.67% -
XYZ 35.86 35.6 40.58 -
YUV 162.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 172 157 165 0 0.09 0.04 0.33 328 0.08 0.65
Hex AC 9D A5 0 9 4 21 148 8 41
Octal 254 235 245 0 11 4 41 510 10 101
Binary 10101100 10011101 10100101 0 1001 100 100001 101001000 1000 1000001

Color Harmonies of #AC9DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DA5

Black with #AC9DA5

Text Example


Text Example

White with #AC9DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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