Html Css Color HEX #AC9B9F Shady Lady

📋 copy color: '#AC9B9F'

red 172 ◦ green 155 ◦ blue 159

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

Shades of Shady Lady #AC9B9F

Tints of Shady Lady #AC9B9F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.89%

 BLUE value IS 159 (62.5% from 255) = 32.72%

R = 35.39%
G = 31.89%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC9B9F (or 0xAC9B9F) is known color: Shady Lady. HEX triplet: AC, 9B and 9F. RGB value is (172,155,159). Sum of RGB (Red+Green+Blue) = 172+155+159=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B9F is #536460. Grayscale: #A0A0A0. Windows color (decimal): -5465185 or 10460076. OLE color: 10460076.

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

Color convert

RGB 172 155 159 -
CMYK 0 0.10 0.08 0.33
HSL 345.88º 0.09% 0.64% -
HSV(B) 345.88º 0.1% 0.67% -
XYZ 34.99 34.72 37.66 -
YUV 160.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 172 155 159 0 0.10 0.08 0.33 345.88 0.09 0.64
Hex AC 9B 9F 0 A 8 21 15A 9 40
Octal 254 233 237 0 12 10 41 532 11 100
Binary 10101100 10011011 10011111 0 1010 1000 100001 101011010 1001 1000000

Color Harmonies of #AC9B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9B9F

Black with #AC9B9F

Text Example


Text Example

White with #AC9B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9B9F; }

 p { color: rgb(172,155,159); }

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

background-color css

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

 a { background-color: rgb(172,155,159); }

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

border-color css

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

 span { border-color: rgb(172,155,159); }

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