#AC92A1

Color #AC92A1 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #AC92A1

Tints of Shady Lady #AC92A1

Color information

#AC92A1 (or 0xAC92A1) is unknown color: approx Shady Lady. HEX triplet: AC, 92 and A1. RGB value is (172,146,161). Sum of RGB (Red+Green+Blue) = 172+146+161=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC92A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC92A1 is #536D5E. Grayscale: #9B9B9B. Windows color (decimal): -5467487 or 10588844. OLE color: 10588844.

HSL color Cylindrical-coordinate representation of color #AC92A1: hue angle of 325.38º 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 #AC92A1 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB172146161-
CMYK00.150.060.33
HSL325.38º13.54%62.35%-
HSV(B)325.38º15.12%67.45%-
XYZ33.7331.938.1-
YUV155.48131.11139.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 161 (63.28% from 255) = 33.61%
R=35.91%
G=30.48%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214616100.150.060.33325.3813.5462.35
HexAC92A10F621145e3e
Octal2542222410176415051676
Binary101011001001001010100001011111101000011010001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92A1; }

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

 H1.HeaderClassName
 {
   color: #AC92A1;
 }
 .AnyTagClassName
 {
   color: #AC92A1;
 }
</style>
background-color css

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

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

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

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

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

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