Html Css Color HEX #A49EA4 London Hue

📋 copy color: '#A49EA4'

red 164 ◦ green 158 ◦ blue 164

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

Shades of London Hue #A49EA4

Tints of London Hue #A49EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.74%

R = 33.74%
G = 32.51%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A49EA4 (or 0xA49EA4) is known color: London Hue. HEX triplet: A4, 9E and A4. RGB value is (164,158,164). Sum of RGB (Red+Green+Blue) = 164+158+164=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A49EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49EA4 is #5B615B. Grayscale: #A0A0A0. Windows color (decimal): -5988700 or 10788516. OLE color: 10788516.

HSL color Cylindrical-coordinate representation of color #A49EA4: hue angle of 300º 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 #A49EA4 is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 158 164 -
CMYK 0 0.04 0 0.36
HSL 300º 0.03% 0.63% -
HSV(B) 300º 0.04% 0.64% -
XYZ 34.24 35.03 40.08 -
YUV 160.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 164 158 164 0 0.04 0 0.36 300 0.03 0.63
Hex A4 9E A4 0 4 0 24 12C 3 3F
Octal 244 236 244 0 4 0 44 454 3 77
Binary 10100100 10011110 10100100 0 100 0 100100 100101100 11 111111

Color Harmonies of #A49EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EA4

Black with #A49EA4

Text Example


Text Example

White with #A49EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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