Html Css Color HEX #AC96A2 Shady Lady

📋 copy color: '#AC96A2'

red 172 ◦ green 150 ◦ blue 162

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

Shades of Shady Lady #AC96A2

Tints of Shady Lady #AC96A2

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.99%

 BLUE value IS 162 (63.67% from 255) = 33.47%

R = 35.54%
G = 30.99%
B = 33.47%

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

#AC96A2 (or 0xAC96A2) is known color: Shady Lady. HEX triplet: AC, 96 and A2. RGB value is (172,150,162). Sum of RGB (Red+Green+Blue) = 172+150+162=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC96A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96A2 is #53695D. Grayscale: #9D9D9D. Windows color (decimal): -5466462 or 10655404. OLE color: 10655404.

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

Color convert

RGB 172 150 162 -
CMYK 0 0.13 0.06 0.33
HSL 327.27º 0.12% 0.63% -
HSV(B) 327.27º 0.13% 0.67% -
XYZ 34.44 33.19 38.77 -
YUV 157.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 172 150 162 0 0.13 0.06 0.33 327.27 0.12 0.63
Hex AC 96 A2 0 D 6 21 147 C 3F
Octal 254 226 242 0 15 6 41 507 14 77
Binary 10101100 10010110 10100010 0 1101 110 100001 101000111 1100 111111

Color Harmonies of #AC96A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96A2

Black with #AC96A2

Text Example


Text Example

White with #AC96A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96A2; }

 p { color: rgb(172,150,162); }

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

background-color css

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

 a { background-color: rgb(172,150,162); }

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

border-color css

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

 span { border-color: rgb(172,150,162); }

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