Html Css Color HEX #A07292 Mountbatten Pink

📋 copy color: '#A07292'

red 160 ◦ green 114 ◦ blue 146

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

Shades of Mountbatten Pink #A07292

Tints of Mountbatten Pink #A07292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.14%

 BLUE value IS 146 (57.42% from 255) = 34.76%

R = 38.1%
G = 27.14%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A07292 (or 0xA07292) is known color: Mountbatten Pink. HEX triplet: A0, 72 and 92. RGB value is (160,114,146). Sum of RGB (Red+Green+Blue) = 160+114+146=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A07292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07292 is #5F8D6D. Grayscale: #838383. Windows color (decimal): -6262126 or 9597600. OLE color: 9597600.

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

Color convert

RGB 160 114 146 -
CMYK 0 0.29 0.09 0.37
HSL 318.26º 0.19% 0.54% -
HSV(B) 318.26º 0.29% 0.63% -
XYZ 25.7 21.58 30.01 -
YUV 131.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 160 114 146 0 0.29 0.09 0.37 318.26 0.19 0.54
Hex A0 72 92 0 1D 9 25 13E 13 36
Octal 240 162 222 0 35 11 45 476 23 66
Binary 10100000 1110010 10010010 0 11101 1001 100101 100111110 10011 110110

Color Harmonies of #A07292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07292

Black with #A07292

Text Example


Text Example

White with #A07292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07292; }

 p { color: rgb(160,114,146); }

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

background-color css

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

 a { background-color: rgb(160,114,146); }

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

border-color css

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

 span { border-color: rgb(160,114,146); }

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