#AC91AF

Color #AC91AF London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AC91AF

Tints of London Hue #AC91AF

Color information

#AC91AF (or 0xAC91AF) is unknown color: approx London Hue. HEX triplet: AC, 91 and AF. RGB value is (172,145,175). Sum of RGB (Red+Green+Blue) = 172+145+175=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC91AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC91AF is #536E50. Grayscale: #9C9C9C. Windows color (decimal): -5467729 or 11506092. OLE color: 11506092.

HSL color Cylindrical-coordinate representation of color #AC91AF: hue angle of 294º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC91AF is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172145175-
CMYK0.020.1700.31
HSL294º15.79%62.75%-
HSV(B)294º17.14%68.63%-
XYZ34.8832.1244.92-
YUV156.49138.45139.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 145 (57.03% from 255) = 29.47%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=34.96%
G=29.47%
B=35.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721451750.020.1700.3129415.7962.75
HexAC91AF21101F126103f
Octal2542212572210374462077
Binary101011001001000110101111101000101111110010011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91AF; }

 p { color: rgb(172,145,175); }

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

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

 a { background-color: rgb(172,145,175); }

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

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

 span { border-color: rgb(172,145,175); }

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