Html Css Color HEX #A495A1 London Hue

📋 copy color: '#A495A1'

red 164 ◦ green 149 ◦ blue 161

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

Shades of London Hue #A495A1

Tints of London Hue #A495A1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.43%

 BLUE value IS 161 (63.28% from 255) = 33.97%

R = 34.6%
G = 31.43%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A495A1 (or 0xA495A1) is known color: London Hue. HEX triplet: A4, 95 and A1. RGB value is (164,149,161). Sum of RGB (Red+Green+Blue) = 164+149+161=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 164 - color contains mainly: red. Hex color #A495A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A495A1 is #5B6A5E. Grayscale: #9A9A9A. Windows color (decimal): -5991007 or 10589604. OLE color: 10589604.

HSL color Cylindrical-coordinate representation of color #A495A1: hue angle of 312º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A495A1 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 149 161 -
CMYK 0 0.09 0.02 0.36
HSL 312º 0.08% 0.61% -
HSV(B) 312º 0.09% 0.64% -
XYZ 32.49 31.96 38.17 -
YUV 154.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 164 149 161 0 0.09 0.02 0.36 312 0.08 0.61
Hex A4 95 A1 0 9 2 24 138 8 3D
Octal 244 225 241 0 11 2 44 470 10 75
Binary 10100100 10010101 10100001 0 1001 10 100100 100111000 1000 111101

Color Harmonies of #A495A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495A1

Black with #A495A1

Text Example


Text Example

White with #A495A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495A1; }

 p { color: rgb(164,149,161); }

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

background-color css

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

 a { background-color: rgb(164,149,161); }

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

border-color css

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

 span { border-color: rgb(164,149,161); }

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