Html Css Color HEX #AC95A1 Shady Lady

📋 copy color: '#AC95A1'

red 172 ◦ green 149 ◦ blue 161

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

Shades of Shady Lady #AC95A1

Tints of Shady Lady #AC95A1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

 BLUE value IS 161 (63.28% from 255) = 33.4%

R = 35.68%
G = 30.91%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC95A1 (or 0xAC95A1) is known color: Shady Lady. HEX triplet: AC, 95 and A1. RGB value is (172,149,161). Sum of RGB (Red+Green+Blue) = 172+149+161=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC95A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC95A1 is #536A5E. Grayscale: #9D9D9D. Windows color (decimal): -5466719 or 10589612. OLE color: 10589612.

HSL color Cylindrical-coordinate representation of color #AC95A1: hue angle of 328.7º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC95A1 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 149 161 -
CMYK 0 0.13 0.06 0.33
HSL 328.7º 0.12% 0.63% -
HSV(B) 328.7º 0.13% 0.67% -
XYZ 34.19 32.84 38.25 -
YUV 157.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 172 149 161 0 0.13 0.06 0.33 328.7 0.12 0.63
Hex AC 95 A1 0 D 6 21 149 C 3F
Octal 254 225 241 0 15 6 41 511 14 77
Binary 10101100 10010101 10100001 0 1101 110 100001 101001001 1100 111111

Color Harmonies of #AC95A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC95A1

Black with #AC95A1

Text Example


Text Example

White with #AC95A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC95A1; }

 p { color: rgb(172,149,161); }

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

background-color css

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

 a { background-color: rgb(172,149,161); }

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

border-color css

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

 span { border-color: rgb(172,149,161); }

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