#AC83AE

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

Shades of London Hue #AC83AE

Tints of London Hue #AC83AE

Color information

#AC83AE (or 0xAC83AE) is unknown color: approx London Hue. HEX triplet: AC, 83 and AE. RGB value is (172,131,174). Sum of RGB (Red+Green+Blue) = 172+131+174=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC83AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC83AE is #537C51. Grayscale: #949494. Windows color (decimal): -5471314 or 11436972. OLE color: 11436972.

HSL color Cylindrical-coordinate representation of color #AC83AE: hue angle of 297.21º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC83AE is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172131174-
CMYK0.010.2500.32
HSL297.21º20.98%59.8%-
HSV(B)297.21º24.71%68.24%-
XYZ32.7728.0643.73-
YUV148.16142.58145-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=36.06%
G=27.46%
B=36.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721311740.010.2500.32297.2120.9859.8
HexAC83AE119020129153c
Octal2542032561310404512574
Binary101011001000001110101110111001010000010010100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC83AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC83AE; }

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

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

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

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

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

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

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

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