Html Css Color HEX #A08190 Mountbatten Pink

📋 copy color: '#A08190'

red 160 ◦ green 129 ◦ blue 144

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

Shades of Mountbatten Pink #A08190

Tints of Mountbatten Pink #A08190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.79%

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 36.95%
G = 29.79%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A08190 (or 0xA08190) is known color: Mountbatten Pink. HEX triplet: A0, 81 and 90. RGB value is (160,129,144). Sum of RGB (Red+Green+Blue) = 160+129+144=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A08190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08190 is #5F7E6F. Grayscale: #8B8B8B. Windows color (decimal): -6258288 or 9470368. OLE color: 9470368.

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

Color convert

RGB 160 129 144 -
CMYK 0 0.19 0.1 0.37
HSL 330.97º 0.14% 0.57% -
HSV(B) 330.97º 0.19% 0.63% -
XYZ 27.38 25.19 29.8 -
YUV 139.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 160 129 144 0 0.19 0.1 0.37 330.97 0.14 0.57
Hex A0 81 90 0 13 A 25 14B E 39
Octal 240 201 220 0 23 12 45 513 16 71
Binary 10100000 10000001 10010000 0 10011 1010 100101 101001011 1110 111001

Color Harmonies of #A08190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08190

Black with #A08190

Text Example


Text Example

White with #A08190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08190; }

 p { color: rgb(160,129,144); }

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

background-color css

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

 a { background-color: rgb(160,129,144); }

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

border-color css

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

 span { border-color: rgb(160,129,144); }

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