#AC98A7

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

Shades of London Hue #AC98A7

Tints of London Hue #AC98A7

Color information

#AC98A7 (or 0xAC98A7) is unknown color: approx London Hue. HEX triplet: AC, 98 and A7. RGB value is (172,152,167). Sum of RGB (Red+Green+Blue) = 172+152+167=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #AC98A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98A7 is #536758. Grayscale: #9F9F9F. Windows color (decimal): -5465945 or 10983596. OLE color: 10983596.

HSL color Cylindrical-coordinate representation of color #AC98A7: hue angle of 315º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC98A7 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB172152167-
CMYK00.120.030.33
HSL315º10.75%63.53%-
HSV(B)315º11.63%67.45%-
XYZ35.2234.0241.27-
YUV159.69132.13136.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 167 (65.62% from 255) = 34.01%
R=35.03%
G=30.96%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215216700.120.030.3331510.7563.53
HexAC98A70C32113bb40
Octal25423024701434147313100
Binary101011001001100010100111011001110000110011101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98A7; }

 p { color: rgb(172,152,167); }

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

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

 a { background-color: rgb(172,152,167); }

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

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

 span { border-color: rgb(172,152,167); }

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