#A298A1

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

Shades of London Hue #A298A1

Tints of London Hue #A298A1

Color information

#A298A1 (or 0xA298A1) is unknown color: approx London Hue. HEX triplet: A2, 98 and A1. RGB value is (162,152,161). Sum of RGB (Red+Green+Blue) = 162+152+161=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 162 - color contains mainly: red. Hex color #A298A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A298A1 is #5D675E. Grayscale: #9B9B9B. Windows color (decimal): -6121311 or 10590370. OLE color: 10590370.

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

Color convert

RGB162152161-
CMYK00.060.010.36
HSL306º5.1%61.57%-
HSV(B)306º6.17%63.53%-
XYZ32.5632.7138.32-
YUV156.02130.81132.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=34.11%
G=32%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215216100.060.010.363065.161.57
HexA298A10612413253e
Octal24223024106144462576
Binary10100010100110001010000101101100100100110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298A1; }

 p { color: rgb(162,152,161); }

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

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

 a { background-color: rgb(162,152,161); }

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

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

 span { border-color: rgb(162,152,161); }

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