Html Css Color HEX #AC97A2 Shady Lady

📋 copy color: '#AC97A2'

red 172 ◦ green 151 ◦ blue 162

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

Shades of Shady Lady #AC97A2

Tints of Shady Lady #AC97A2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.13%

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

R = 35.46%
G = 31.13%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC97A2 (or 0xAC97A2) is known color: Shady Lady. HEX triplet: AC, 97 and A2. RGB value is (172,151,162). Sum of RGB (Red+Green+Blue) = 172+151+162=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #AC97A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC97A2 is #53685D. Grayscale: #9E9E9E. Windows color (decimal): -5466206 or 10655660. OLE color: 10655660.

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

Color convert

RGB 172 151 162 -
CMYK 0 0.12 0.06 0.33
HSL 328.57º 0.11% 0.63% -
HSV(B) 328.57º 0.12% 0.67% -
XYZ 34.6 33.51 38.83 -
YUV 158.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 172 151 162 0 0.12 0.06 0.33 328.57 0.11 0.63
Hex AC 97 A2 0 C 6 21 149 B 3F
Octal 254 227 242 0 14 6 41 511 13 77
Binary 10101100 10010111 10100010 0 1100 110 100001 101001001 1011 111111

Color Harmonies of #AC97A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC97A2

Black with #AC97A2

Text Example


Text Example

White with #AC97A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC97A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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