Html Css Color HEX #AC939A Shady Lady

📋 copy color: '#AC939A'

red 172 ◦ green 147 ◦ blue 154

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

Shades of Shady Lady #AC939A

Tints of Shady Lady #AC939A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.08%

 BLUE value IS 154 (60.55% from 255) = 32.56%

R = 36.36%
G = 31.08%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC939A (or 0xAC939A) is known color: Shady Lady. HEX triplet: AC, 93 and 9A. RGB value is (172,147,154). Sum of RGB (Red+Green+Blue) = 172+147+154=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC939A is #536C65. Grayscale: #9B9B9B. Windows color (decimal): -5467238 or 10130348. OLE color: 10130348.

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

Color convert

RGB 172 147 154 -
CMYK 0 0.15 0.10 0.33
HSL 343.2º 0.13% 0.63% -
HSV(B) 343.2º 0.15% 0.67% -
XYZ 33.28 31.97 34.99 -
YUV 155.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 172 147 154 0 0.15 0.10 0.33 343.2 0.13 0.63
Hex AC 93 9A 0 F A 21 157 D 3F
Octal 254 223 232 0 17 12 41 527 15 77
Binary 10101100 10010011 10011010 0 1111 1010 100001 101010111 1101 111111

Color Harmonies of #AC939A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC939A

Black with #AC939A

Text Example


Text Example

White with #AC939A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC939A; }

 p { color: rgb(172,147,154); }

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

background-color css

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

 a { background-color: rgb(172,147,154); }

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

border-color css

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

 span { border-color: rgb(172,147,154); }

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