Html Css Color HEX #A099A1 London Hue

📋 copy color: '#A099A1'

red 160 ◦ green 153 ◦ blue 161

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

Shades of London Hue #A099A1

Tints of London Hue #A099A1

RGB

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

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

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

R = 33.76%
G = 32.28%
B = 33.97%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A099A1 (or 0xA099A1) is known color: London Hue. HEX triplet: A0, 99 and A1. RGB value is (160,153,161). Sum of RGB (Red+Green+Blue) = 160+153+161=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 161 - color contains mainly: blue. Hex color #A099A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A099A1 is #5F665E. Grayscale: #9B9B9B. Windows color (decimal): -6252127 or 10590624. OLE color: 10590624.

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

Color convert

RGB 160 153 161 -
CMYK 0.01 0.05 0 0.37
HSL 292.5º 0.04% 0.62% -
HSV(B) 292.5º 0.05% 0.63% -
XYZ 32.32 32.83 38.35 -
YUV 156.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 160 153 161 0.01 0.05 0 0.37 292.5 0.04 0.62
Hex A0 99 A1 1 5 0 25 124 4 3E
Octal 240 231 241 1 5 0 45 444 4 76
Binary 10100000 10011001 10100001 1 101 0 100101 100100100 100 111110

Color Harmonies of #A099A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A099A1

Black with #A099A1

Text Example


Text Example

White with #A099A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A099A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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