Html Css Color HEX #AC9DA4 Shady Lady

📋 copy color: '#AC9DA4'

red 172 ◦ green 157 ◦ blue 164

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

Shades of Shady Lady #AC9DA4

Tints of Shady Lady #AC9DA4

RGB

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

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

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

R = 34.89%
G = 31.85%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC9DA4 (or 0xAC9DA4) is known color: Shady Lady. HEX triplet: AC, 9D and A4. RGB value is (172,157,164). Sum of RGB (Red+Green+Blue) = 172+157+164=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DA4 is #53625B. Grayscale: #A2A2A2. Windows color (decimal): -5464668 or 10788268. OLE color: 10788268.

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

Color convert

RGB 172 157 164 -
CMYK 0 0.09 0.05 0.33
HSL 332º 0.08% 0.65% -
HSV(B) 332º 0.09% 0.67% -
XYZ 35.77 35.56 40.1 -
YUV 162.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 172 157 164 0 0.09 0.05 0.33 332 0.08 0.65
Hex AC 9D A4 0 9 5 21 14C 8 41
Octal 254 235 244 0 11 5 41 514 10 101
Binary 10101100 10011101 10100100 0 1001 101 100001 101001100 1000 1000001

Color Harmonies of #AC9DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DA4

Black with #AC9DA4

Text Example


Text Example

White with #AC9DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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