#A08F9F

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

Shades of London Hue #A08F9F

Tints of London Hue #A08F9F

Color information

#A08F9F (or 0xA08F9F) is unknown color: approx London Hue. HEX triplet: A0, 8F and 9F. RGB value is (160,143,159). Sum of RGB (Red+Green+Blue) = 160+143+159=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08F9F is #5F7060. Grayscale: #959595. Windows color (decimal): -6254689 or 10456992. OLE color: 10456992.

HSL color Cylindrical-coordinate representation of color #A08F9F: hue angle of 303.53º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A08F9F is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB160143159-
CMYK00.110.010.37
HSL303.53º8.21%59.41%-
HSV(B)303.53º10.63%62.75%-
XYZ30.5829.6236.91-
YUV149.91133.13135.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 159 (62.5% from 255) = 34.42%
R=34.63%
G=30.95%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014315900.110.010.37303.538.2159.41
HexA08F9F0B12513083b
Octal2402172370131454601073
Binary1010000010001111100111110101111001011001100001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08F9F; }

 p { color: rgb(160,143,159); }

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

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

 a { background-color: rgb(160,143,159); }

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

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

 span { border-color: rgb(160,143,159); }

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