Html Css Color HEX #A49EA3 London Hue

📋 copy color: '#A49EA3'

red 164 ◦ green 158 ◦ blue 163

#A49EA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #A49EA3

Tints of London Hue #A49EA3

RGB

 RED value IS 164 (64.45% from 255) = 33.81%

 GREEN value IS 158 (62.11% from 255) = 32.58%

 BLUE value IS 163 (64.06% from 255) = 33.61%

R = 33.81%
G = 32.58%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A49EA3 (or 0xA49EA3) is known color: London Hue. HEX triplet: A4, 9E and A3. RGB value is (164,158,163). Sum of RGB (Red+Green+Blue) = 164+158+163=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 164 - color contains mainly: red. Hex color #A49EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49EA3 is #5B615C. Grayscale: #A0A0A0. Windows color (decimal): -5988701 or 10722980. OLE color: 10722980.

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

Color convert

RGB 164 158 163 -
CMYK 0 0.04 0.01 0.36
HSL 310º 0.03% 0.63% -
HSV(B) 310º 0.04% 0.64% -
XYZ 34.15 34.99 39.6 -
YUV 160.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 164 158 163 0 0.04 0.01 0.36 310 0.03 0.63
Hex A4 9E A3 0 4 1 24 136 3 3F
Octal 244 236 243 0 4 1 44 466 3 77
Binary 10100100 10011110 10100011 0 100 1 100100 100110110 11 111111

Color Harmonies of #A49EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EA3

Black with #A49EA3

Text Example


Text Example

White with #A49EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EA3; }

 p { color: rgb(164,158,163); }

 H1.HeaderClassName
 {
   color: #A49EA3;
 }
 .AnyTagClassName
 {
   color: #A49EA3;
 }
</style>

background-color css

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

 a { background-color: rgb(164,158,163); }

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

border-color css

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

 span { border-color: rgb(164,158,163); }

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