Html Css Color HEX #A1899F London Hue

📋 copy color: '#A1899F'

red 161 ◦ green 137 ◦ blue 159

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

Shades of London Hue #A1899F

Tints of London Hue #A1899F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.98%

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

R = 35.23%
G = 29.98%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A1899F (or 0xA1899F) is known color: London Hue. HEX triplet: A1, 89 and 9F. RGB value is (161,137,159). Sum of RGB (Red+Green+Blue) = 161+137+159=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A1899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1899F is #5E7660. Grayscale: #929292. Windows color (decimal): -6190689 or 10455457. OLE color: 10455457.

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

Color convert

RGB 161 137 159 -
CMYK 0 0.15 0.01 0.37
HSL 305º 0.11% 0.58% -
HSV(B) 305º 0.15% 0.63% -
XYZ 29.9 27.97 36.62 -
YUV 146.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 161 137 159 0 0.15 0.01 0.37 305 0.11 0.58
Hex A1 89 9F 0 F 1 25 131 B 3A
Octal 241 211 237 0 17 1 45 461 13 72
Binary 10100001 10001001 10011111 0 1111 1 100101 100110001 1011 111010

Color Harmonies of #A1899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1899F

Black with #A1899F

Text Example


Text Example

White with #A1899F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1899F; }

 p { color: rgb(161,137,159); }

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

background-color css

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

 a { background-color: rgb(161,137,159); }

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

border-color css

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

 span { border-color: rgb(161,137,159); }

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