Html Css Color HEX #A499A3 London Hue

📋 copy color: '#A499A3'

red 164 ◦ green 153 ◦ blue 163

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

Shades of London Hue #A499A3

Tints of London Hue #A499A3

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.88%

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

R = 34.17%
G = 31.88%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A499A3 (or 0xA499A3) is known color: London Hue. HEX triplet: A4, 99 and A3. RGB value is (164,153,163). Sum of RGB (Red+Green+Blue) = 164+153+163=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 164 - color contains mainly: red. Hex color #A499A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A499A3 is #5B665C. Grayscale: #9D9D9D. Windows color (decimal): -5989981 or 10721700. OLE color: 10721700.

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

Color convert

RGB 164 153 163 -
CMYK 0 0.07 0.01 0.36
HSL 305.45º 0.06% 0.62% -
HSV(B) 305.45º 0.07% 0.64% -
XYZ 33.31 33.32 39.33 -
YUV 157.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 164 153 163 0 0.07 0.01 0.36 305.45 0.06 0.62
Hex A4 99 A3 0 7 1 24 131 6 3E
Octal 244 231 243 0 7 1 44 461 6 76
Binary 10100100 10011001 10100011 0 111 1 100100 100110001 110 111110

Color Harmonies of #A499A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499A3

Black with #A499A3

Text Example


Text Example

White with #A499A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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