Html Css Color HEX #A49CA2 London Hue

📋 copy color: '#A49CA2'

red 164 ◦ green 156 ◦ blue 162

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

Shades of London Hue #A49CA2

Tints of London Hue #A49CA2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.37%

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

R = 34.02%
G = 32.37%
B = 33.61%

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

#A49CA2 (or 0xA49CA2) is known color: London Hue. HEX triplet: A4, 9C and A2. RGB value is (164,156,162). Sum of RGB (Red+Green+Blue) = 164+156+162=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 164 - color contains mainly: red. Hex color #A49CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49CA2 is #5B635D. Grayscale: #9F9F9F. Windows color (decimal): -5989214 or 10656932. OLE color: 10656932.

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

Color convert

RGB 164 156 162 -
CMYK 0 0.05 0.01 0.36
HSL 315º 0.04% 0.63% -
HSV(B) 315º 0.05% 0.64% -
XYZ 33.72 34.28 39.02 -
YUV 159.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 164 156 162 0 0.05 0.01 0.36 315 0.04 0.63
Hex A4 9C A2 0 5 1 24 13B 4 3F
Octal 244 234 242 0 5 1 44 473 4 77
Binary 10100100 10011100 10100010 0 101 1 100100 100111011 100 111111

Color Harmonies of #A49CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49CA2

Black with #A49CA2

Text Example


Text Example

White with #A49CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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