Html Css Color HEX #AC9299 Shady Lady

📋 copy color: '#AC9299'

red 172 ◦ green 146 ◦ blue 153

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

Shades of Shady Lady #AC9299

Tints of Shady Lady #AC9299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31%

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 36.52%
G = 31%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC9299 (or 0xAC9299) is known color: Shady Lady. HEX triplet: AC, 92 and 99. RGB value is (172,146,153). Sum of RGB (Red+Green+Blue) = 172+146+153=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9299 is #536D66. Grayscale: #9A9A9A. Windows color (decimal): -5467495 or 10064556. OLE color: 10064556.

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

Color convert

RGB 172 146 153 -
CMYK 0 0.15 0.11 0.33
HSL 343.85º 0.14% 0.62% -
HSV(B) 343.85º 0.15% 0.67% -
XYZ 33.04 31.63 34.5 -
YUV 154.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 172 146 153 0 0.15 0.11 0.33 343.85 0.14 0.62
Hex AC 92 99 0 F B 21 158 E 3E
Octal 254 222 231 0 17 13 41 530 16 76
Binary 10101100 10010010 10011001 0 1111 1011 100001 101011000 1110 111110

Color Harmonies of #AC9299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9299

Black with #AC9299

Text Example


Text Example

White with #AC9299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9299; }

 p { color: rgb(172,146,153); }

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

background-color css

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

 a { background-color: rgb(172,146,153); }

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

border-color css

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

 span { border-color: rgb(172,146,153); }

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