Html Css Color HEX #A097A0 London Hue

📋 copy color: '#A097A0'

red 160 ◦ green 151 ◦ blue 160

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

Shades of London Hue #A097A0

Tints of London Hue #A097A0

RGB

 RED value IS 160 (62.89% from 255) = 33.97%

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

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

R = 33.97%
G = 32.06%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A097A0 (or 0xA097A0) is known color: London Hue. HEX triplet: A0, 97 and A0. RGB value is (160,151,160). Sum of RGB (Red+Green+Blue) = 160+151+160=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A097A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A097A0 is #5F685F. Grayscale: #9A9A9A. Windows color (decimal): -6252640 or 10524576. OLE color: 10524576.

HSL color Cylindrical-coordinate representation of color #A097A0: hue angle of 300º 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 #A097A0 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 151 160 -
CMYK 0 0.06 0 0.37
HSL 300º 0.05% 0.61% -
HSV(B) 300º 0.06% 0.63% -
XYZ 31.91 32.14 37.78 -
YUV 154.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 160 151 160 0 0.06 0 0.37 300 0.05 0.61
Hex A0 97 A0 0 6 0 25 12C 5 3D
Octal 240 227 240 0 6 0 45 454 5 75
Binary 10100000 10010111 10100000 0 110 0 100101 100101100 101 111101

Color Harmonies of #A097A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A097A0

Black with #A097A0

Text Example


Text Example

White with #A097A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A097A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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