Html Css Color HEX #A49FA3 London Hue

📋 copy color: '#A49FA3'

red 164 ◦ green 159 ◦ blue 163

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

Shades of London Hue #A49FA3

Tints of London Hue #A49FA3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.72%

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

R = 33.74%
G = 32.72%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A49FA3 (or 0xA49FA3) is known color: London Hue. HEX triplet: A4, 9F and A3. RGB value is (164,159,163). Sum of RGB (Red+Green+Blue) = 164+159+163=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 164 - color contains mainly: red. Hex color #A49FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49FA3 is #5B605C. Grayscale: #A0A0A0. Windows color (decimal): -5988445 or 10723236. OLE color: 10723236.

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

Color convert

RGB 164 159 163 -
CMYK 0 0.03 0.01 0.36
HSL 312º 0.03% 0.63% -
HSV(B) 312º 0.03% 0.64% -
XYZ 34.32 35.33 39.66 -
YUV 160.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 164 159 163 0 0.03 0.01 0.36 312 0.03 0.63
Hex A4 9F A3 0 3 1 24 138 3 3F
Octal 244 237 243 0 3 1 44 470 3 77
Binary 10100100 10011111 10100011 0 11 1 100100 100111000 11 111111

Color Harmonies of #A49FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FA3

Black with #A49FA3

Text Example


Text Example

White with #A49FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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