Html Css Color HEX #A08391 Mountbatten Pink

📋 copy color: '#A08391'

red 160 ◦ green 131 ◦ blue 145

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

Shades of Mountbatten Pink #A08391

Tints of Mountbatten Pink #A08391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.05%

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

R = 36.7%
G = 30.05%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A08391 (or 0xA08391) is known color: Mountbatten Pink. HEX triplet: A0, 83 and 91. RGB value is (160,131,145). Sum of RGB (Red+Green+Blue) = 160+131+145=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A08391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08391 is #5F7C6E. Grayscale: #8D8D8D. Windows color (decimal): -6257775 or 9536416. OLE color: 9536416.

HSL color Cylindrical-coordinate representation of color #A08391: hue angle of 331.03º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08391 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 145 -
CMYK 0 0.18 0.09 0.37
HSL 331.03º 0.13% 0.57% -
HSV(B) 331.03º 0.18% 0.63% -
XYZ 27.72 25.75 30.3 -
YUV 141.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 160 131 145 0 0.18 0.09 0.37 331.03 0.13 0.57
Hex A0 83 91 0 12 9 25 14B D 39
Octal 240 203 221 0 22 11 45 513 15 71
Binary 10100000 10000011 10010001 0 10010 1001 100101 101001011 1101 111001

Color Harmonies of #A08391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08391

Black with #A08391

Text Example


Text Example

White with #A08391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08391; }

 p { color: rgb(160,131,145); }

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

background-color css

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

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

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

border-color css

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

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

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