#A28DA0

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

Shades of London Hue #A28DA0

Tints of London Hue #A28DA0

Color information

#A28DA0 (or 0xA28DA0) is unknown color: approx London Hue. HEX triplet: A2, 8D and A0. RGB value is (162,141,160). Sum of RGB (Red+Green+Blue) = 162+141+160=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 162 - color contains mainly: red. Hex color #A28DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28DA0 is #5D725F. Grayscale: #959595. Windows color (decimal): -6124128 or 10522018. OLE color: 10522018.

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

Color convert

RGB162141160-
CMYK00.130.010.36
HSL305.71º10.14%59.41%-
HSV(B)305.71º12.96%63.53%-
XYZ30.7729.2737.29-
YUV149.44133.96136.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=34.99%
G=30.45%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214116000.130.010.36305.7110.1459.41
HexA28DA00D124132a3b
Octal2422152400151444621273
Binary1010001010001101101000000110111001001001100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DA0; }

 p { color: rgb(162,141,160); }

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

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

 a { background-color: rgb(162,141,160); }

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

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

 span { border-color: rgb(162,141,160); }

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