Html Css Color HEX #A18091 Mountbatten Pink

📋 copy color: '#A18091'

red 161 ◦ green 128 ◦ blue 145

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

Shades of Mountbatten Pink #A18091

Tints of Mountbatten Pink #A18091

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.49%

 BLUE value IS 145 (57.03% from 255) = 33.41%

R = 37.1%
G = 29.49%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A18091 (or 0xA18091) is known color: Mountbatten Pink. HEX triplet: A1, 80 and 91. RGB value is (161,128,145). Sum of RGB (Red+Green+Blue) = 161+128+145=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A18091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18091 is #5E7F6E. Grayscale: #8B8B8B. Windows color (decimal): -6193007 or 9535649. OLE color: 9535649.

HSL color Cylindrical-coordinate representation of color #A18091: hue angle of 329.09º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18091 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 128 145 -
CMYK 0 0.20 0.10 0.37
HSL 329.09º 0.15% 0.57% -
HSV(B) 329.09º 0.2% 0.63% -
XYZ 27.53 25.06 30.17 -
YUV 139.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 161 128 145 0 0.20 0.10 0.37 329.09 0.15 0.57
Hex A1 80 91 0 14 A 25 149 F 39
Octal 241 200 221 0 24 12 45 511 17 71
Binary 10100001 10000000 10010001 0 10100 1010 100101 101001001 1111 111001

Color Harmonies of #A18091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18091

Black with #A18091

Text Example


Text Example

White with #A18091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18091; }

 p { color: rgb(161,128,145); }

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

background-color css

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

 a { background-color: rgb(161,128,145); }

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

border-color css

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

 span { border-color: rgb(161,128,145); }

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