Html Css Color HEX #AC9CA5 Shady Lady

📋 copy color: '#AC9CA5'

red 172 ◦ green 156 ◦ blue 165

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

Shades of Shady Lady #AC9CA5

Tints of Shady Lady #AC9CA5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.64%

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

R = 34.89%
G = 31.64%
B = 33.47%

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

#AC9CA5 (or 0xAC9CA5) is known color: Shady Lady. HEX triplet: AC, 9C and A5. RGB value is (172,156,165). Sum of RGB (Red+Green+Blue) = 172+156+165=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CA5 is #53635A. Grayscale: #A1A1A1. Windows color (decimal): -5464923 or 10853548. OLE color: 10853548.

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

Color convert

RGB 172 156 165 -
CMYK 0 0.09 0.04 0.33
HSL 326.25º 0.09% 0.64% -
HSV(B) 326.25º 0.09% 0.67% -
XYZ 35.69 35.26 40.52 -
YUV 161.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 172 156 165 0 0.09 0.04 0.33 326.25 0.09 0.64
Hex AC 9C A5 0 9 4 21 146 9 40
Octal 254 234 245 0 11 4 41 506 11 100
Binary 10101100 10011100 10100101 0 1001 100 100001 101000110 1001 1000000

Color Harmonies of #AC9CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9CA5

Black with #AC9CA5

Text Example


Text Example

White with #AC9CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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