#AC83AA

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

Shades of London Hue #AC83AA

Tints of London Hue #AC83AA

Color information

#AC83AA (or 0xAC83AA) is unknown color: approx London Hue. HEX triplet: AC, 83 and AA. RGB value is (172,131,170). Sum of RGB (Red+Green+Blue) = 172+131+170=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC83AA is #537C55. Grayscale: #939393. Windows color (decimal): -5471318 or 11174828. OLE color: 11174828.

HSL color Cylindrical-coordinate representation of color #AC83AA: hue angle of 302.93º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC83AA is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172131170-
CMYK00.240.010.33
HSL302.93º19.81%59.41%-
HSV(B)302.93º23.84%67.45%-
XYZ32.3927.9141.71-
YUV147.7140.58145.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=36.36%
G=27.70%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213117000.240.010.33302.9319.8159.41
HexAC83AA01812112f143b
Octal2542032520301414572473
Binary101011001000001110101010011000110000110010111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC83AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC83AA; }

 p { color: rgb(172,131,170); }

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

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

 a { background-color: rgb(172,131,170); }

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

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

 span { border-color: rgb(172,131,170); }

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