Html Css Color HEX #A49DA3 London Hue

📋 copy color: '#A49DA3'

red 164 ◦ green 157 ◦ blue 163

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

Shades of London Hue #A49DA3

Tints of London Hue #A49DA3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.44%

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

R = 33.88%
G = 32.44%
B = 33.68%

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

#A49DA3 (or 0xA49DA3) is known color: London Hue. HEX triplet: A4, 9D and A3. RGB value is (164,157,163). Sum of RGB (Red+Green+Blue) = 164+157+163=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 164 - color contains mainly: red. Hex color #A49DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49DA3 is #5B625C. Grayscale: #9F9F9F. Windows color (decimal): -5988957 or 10722724. OLE color: 10722724.

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

Color convert

RGB 164 157 163 -
CMYK 0 0.04 0.01 0.36
HSL 308.57º 0.04% 0.63% -
HSV(B) 308.57º 0.04% 0.64% -
XYZ 33.98 34.65 39.55 -
YUV 159.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 164 157 163 0 0.04 0.01 0.36 308.57 0.04 0.63
Hex A4 9D A3 0 4 1 24 135 4 3F
Octal 244 235 243 0 4 1 44 465 4 77
Binary 10100100 10011101 10100011 0 100 1 100100 100110101 100 111111

Color Harmonies of #A49DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DA3

Black with #A49DA3

Text Example


Text Example

White with #A49DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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