Html Css Color HEX #A49AA3 London Hue

📋 copy color: '#A49AA3'

red 164 ◦ green 154 ◦ blue 163

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

Shades of London Hue #A49AA3

Tints of London Hue #A49AA3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.02%

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

R = 34.1%
G = 32.02%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A49AA3 (or 0xA49AA3) is known color: London Hue. HEX triplet: A4, 9A and A3. RGB value is (164,154,163). Sum of RGB (Red+Green+Blue) = 164+154+163=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 164 - color contains mainly: red. Hex color #A49AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49AA3 is #5B655C. Grayscale: #9D9D9D. Windows color (decimal): -5989725 or 10721956. OLE color: 10721956.

HSL color Cylindrical-coordinate representation of color #A49AA3: 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 #A49AA3 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 154 163 -
CMYK 0 0.06 0.01 0.36
HSL 306º 0.05% 0.62% -
HSV(B) 306º 0.06% 0.64% -
XYZ 33.48 33.65 39.38 -
YUV 158.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 164 154 163 0 0.06 0.01 0.36 306 0.05 0.62
Hex A4 9A A3 0 6 1 24 132 5 3E
Octal 244 232 243 0 6 1 44 462 5 76
Binary 10100100 10011010 10100011 0 110 1 100100 100110010 101 111110

Color Harmonies of #A49AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49AA3

Black with #A49AA3

Text Example


Text Example

White with #A49AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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