Html Css Color HEX #A0999F London Hue

📋 copy color: '#A0999F'

red 160 ◦ green 153 ◦ blue 159

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

Shades of London Hue #A0999F

Tints of London Hue #A0999F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.69%

R = 33.9%
G = 32.42%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0999F (or 0xA0999F) is known color: London Hue. HEX triplet: A0, 99 and 9F. RGB value is (160,153,159). Sum of RGB (Red+Green+Blue) = 160+153+159=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 160 - color contains mainly: red. Hex color #A0999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0999F is #5F6660. Grayscale: #9B9B9B. Windows color (decimal): -6252129 or 10459552. OLE color: 10459552.

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

Color convert

RGB 160 153 159 -
CMYK 0 0.04 0.01 0.37
HSL 308.57º 0.04% 0.61% -
HSV(B) 308.57º 0.04% 0.63% -
XYZ 32.15 32.76 37.43 -
YUV 155.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 160 153 159 0 0.04 0.01 0.37 308.57 0.04 0.61
Hex A0 99 9F 0 4 1 25 135 4 3D
Octal 240 231 237 0 4 1 45 465 4 75
Binary 10100000 10011001 10011111 0 100 1 100101 100110101 100 111101

Color Harmonies of #A0999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0999F

Black with #A0999F

Text Example


Text Example

White with #A0999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0999F; }

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

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

background-color css

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

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

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

border-color css

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

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

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