Html Css Color HEX #A499A2 London Hue

📋 copy color: '#A499A2'

red 164 ◦ green 153 ◦ blue 162

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

Shades of London Hue #A499A2

Tints of London Hue #A499A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.82%

R = 34.24%
G = 31.94%
B = 33.82%

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

#A499A2 (or 0xA499A2) is known color: London Hue. HEX triplet: A4, 99 and A2. RGB value is (164,153,162). Sum of RGB (Red+Green+Blue) = 164+153+162=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 164 - color contains mainly: red. Hex color #A499A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A499A2 is #5B665D. Grayscale: #9D9D9D. Windows color (decimal): -5989982 or 10656164. OLE color: 10656164.

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

Color convert

RGB 164 153 162 -
CMYK 0 0.07 0.01 0.36
HSL 310.91º 0.06% 0.62% -
HSV(B) 310.91º 0.07% 0.64% -
XYZ 33.22 33.28 38.86 -
YUV 157.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 164 153 162 0 0.07 0.01 0.36 310.91 0.06 0.62
Hex A4 99 A2 0 7 1 24 137 6 3E
Octal 244 231 242 0 7 1 44 467 6 76
Binary 10100100 10011001 10100010 0 111 1 100100 100110111 110 111110

Color Harmonies of #A499A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499A2

Black with #A499A2

Text Example


Text Example

White with #A499A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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