Html Css Color HEX #A197A0 London Hue

📋 copy color: '#A197A0'

red 161 ◦ green 151 ◦ blue 160

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

Shades of London Hue #A197A0

Tints of London Hue #A197A0

RGB

 RED value IS 161 (63.28% from 255) = 34.11%

 GREEN value IS 151 (59.38% from 255) = 31.99%

 BLUE value IS 160 (62.89% from 255) = 33.9%

R = 34.11%
G = 31.99%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A197A0 (or 0xA197A0) is known color: London Hue. HEX triplet: A1, 97 and A0. RGB value is (161,151,160). Sum of RGB (Red+Green+Blue) = 161+151+160=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 161 - color contains mainly: red. Hex color #A197A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A197A0 is #5E685F. Grayscale: #9A9A9A. Windows color (decimal): -6187104 or 10524577. OLE color: 10524577.

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

Color convert

RGB 161 151 160 -
CMYK 0 0.06 0.01 0.37
HSL 306º 0.05% 0.61% -
HSV(B) 306º 0.06% 0.63% -
XYZ 32.11 32.25 37.79 -
YUV 155.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 161 151 160 0 0.06 0.01 0.37 306 0.05 0.61
Hex A1 97 A0 0 6 1 25 132 5 3D
Octal 241 227 240 0 6 1 45 462 5 75
Binary 10100001 10010111 10100000 0 110 1 100101 100110010 101 111101

Color Harmonies of #A197A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A197A0

Black with #A197A0

Text Example


Text Example

White with #A197A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A197A0; }

 p { color: rgb(161,151,160); }

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

background-color css

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

 a { background-color: rgb(161,151,160); }

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

border-color css

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

 span { border-color: rgb(161,151,160); }

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