Html Css Color HEX #AC99A1 Shady Lady

📋 copy color: '#AC99A1'

red 172 ◦ green 153 ◦ blue 161

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

Shades of Shady Lady #AC99A1

Tints of Shady Lady #AC99A1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

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

R = 35.39%
G = 31.48%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC99A1 (or 0xAC99A1) is known color: Shady Lady. HEX triplet: AC, 99 and A1. RGB value is (172,153,161). Sum of RGB (Red+Green+Blue) = 172+153+161=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #AC99A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99A1 is #53665E. Grayscale: #9F9F9F. Windows color (decimal): -5465695 or 10590636. OLE color: 10590636.

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

Color convert

RGB 172 153 161 -
CMYK 0 0.11 0.06 0.33
HSL 334.74º 0.1% 0.64% -
HSV(B) 334.74º 0.11% 0.67% -
XYZ 34.84 34.13 38.47 -
YUV 159.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 172 153 161 0 0.11 0.06 0.33 334.74 0.1 0.64
Hex AC 99 A1 0 B 6 21 14F A 40
Octal 254 231 241 0 13 6 41 517 12 100
Binary 10101100 10011001 10100001 0 1011 110 100001 101001111 1010 1000000

Color Harmonies of #AC99A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99A1

Black with #AC99A1

Text Example


Text Example

White with #AC99A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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