Html Css Color HEX #A49BA3 London Hue

📋 copy color: '#A49BA3'

red 164 ◦ green 155 ◦ blue 163

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

Shades of London Hue #A49BA3

Tints of London Hue #A49BA3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.16%

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

R = 34.02%
G = 32.16%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A49BA3 (or 0xA49BA3) is known color: London Hue. HEX triplet: A4, 9B and A3. RGB value is (164,155,163). Sum of RGB (Red+Green+Blue) = 164+155+163=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 164 - color contains mainly: red. Hex color #A49BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49BA3 is #5B645C. Grayscale: #9E9E9E. Windows color (decimal): -5989469 or 10722212. OLE color: 10722212.

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

Color convert

RGB 164 155 163 -
CMYK 0 0.05 0.01 0.36
HSL 306.67º 0.05% 0.63% -
HSV(B) 306.67º 0.05% 0.64% -
XYZ 33.64 33.98 39.44 -
YUV 158.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 164 155 163 0 0.05 0.01 0.36 306.67 0.05 0.63
Hex A4 9B A3 0 5 1 24 133 5 3F
Octal 244 233 243 0 5 1 44 463 5 77
Binary 10100100 10011011 10100011 0 101 1 100100 100110011 101 111111

Color Harmonies of #A49BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BA3

Black with #A49BA3

Text Example


Text Example

White with #A49BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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