Html Css Color HEX #AC98A0 Shady Lady

📋 copy color: '#AC98A0'

red 172 ◦ green 152 ◦ blue 160

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

Shades of Shady Lady #AC98A0

Tints of Shady Lady #AC98A0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.4%

 BLUE value IS 160 (62.89% from 255) = 33.06%

R = 35.54%
G = 31.4%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC98A0 (or 0xAC98A0) is known color: Shady Lady. HEX triplet: AC, 98 and A0. RGB value is (172,152,160). Sum of RGB (Red+Green+Blue) = 172+152+160=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC98A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98A0 is #53675F. Grayscale: #9E9E9E. Windows color (decimal): -5465952 or 10524844. OLE color: 10524844.

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

Color convert

RGB 172 152 160 -
CMYK 0 0.12 0.07 0.33
HSL 336º 0.11% 0.64% -
HSV(B) 336º 0.12% 0.67% -
XYZ 34.59 33.77 37.95 -
YUV 158.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 172 152 160 0 0.12 0.07 0.33 336 0.11 0.64
Hex AC 98 A0 0 C 7 21 150 B 40
Octal 254 230 240 0 14 7 41 520 13 100
Binary 10101100 10011000 10100000 0 1100 111 100001 101010000 1011 1000000

Color Harmonies of #AC98A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98A0

Black with #AC98A0

Text Example


Text Example

White with #AC98A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC98A0; }

 p { color: rgb(172,152,160); }

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

background-color css

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

 a { background-color: rgb(172,152,160); }

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

border-color css

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

 span { border-color: rgb(172,152,160); }

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