Html Css Color HEX #A08490 Mountbatten Pink

📋 copy color: '#A08490'

red 160 ◦ green 132 ◦ blue 144

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

Shades of Mountbatten Pink #A08490

Tints of Mountbatten Pink #A08490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.28%

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

R = 36.7%
G = 30.28%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A08490 (or 0xA08490) is known color: Mountbatten Pink. HEX triplet: A0, 84 and 90. RGB value is (160,132,144). Sum of RGB (Red+Green+Blue) = 160+132+144=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A08490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08490 is #5F7B6F. Grayscale: #8D8D8D. Windows color (decimal): -6257520 or 9471136. OLE color: 9471136.

HSL color Cylindrical-coordinate representation of color #A08490: hue angle of 334.29º 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 #A08490 is Cyan = 0, Magento = 0.17, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 132 144 -
CMYK 0 0.17 0.1 0.37
HSL 334.29º 0.13% 0.57% -
HSV(B) 334.29º 0.18% 0.63% -
XYZ 27.78 25.99 29.94 -
YUV 141.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 160 132 144 0 0.17 0.1 0.37 334.29 0.13 0.57
Hex A0 84 90 0 11 A 25 14E D 39
Octal 240 204 220 0 21 12 45 516 15 71
Binary 10100000 10000100 10010000 0 10001 1010 100101 101001110 1101 111001

Color Harmonies of #A08490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08490

Black with #A08490

Text Example


Text Example

White with #A08490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08490; }

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

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

background-color css

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

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

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

border-color css

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

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

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