#A38F9F

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

Shades of London Hue #A38F9F

Tints of London Hue #A38F9F

Color information

#A38F9F (or 0xA38F9F) is unknown color: approx London Hue. HEX triplet: A3, 8F and 9F. RGB value is (163,143,159). Sum of RGB (Red+Green+Blue) = 163+143+159=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38F9F is #5C7060. Grayscale: #969696. Windows color (decimal): -6058081 or 10456995. OLE color: 10456995.

HSL color Cylindrical-coordinate representation of color #A38F9F: hue angle of 312º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A38F9F is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB163143159-
CMYK00.120.020.36
HSL312º9.8%60%-
HSV(B)312º12.27%63.92%-
XYZ31.1829.9336.94-
YUV150.8132.63136.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 143 (56.25% from 255) = 30.75%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=35.05%
G=30.75%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314315900.120.020.363129.860
HexA38F9F0C224138a3c
Octal2432172370142444701274
Binary10100011100011111001111101100101001001001110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F9F; }

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

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

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

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

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

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

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

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