Html Css Color HEX #A17096 Mountbatten Pink

📋 copy color: '#A17096'

red 161 ◦ green 112 ◦ blue 150

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

Shades of Mountbatten Pink #A17096

Tints of Mountbatten Pink #A17096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 38.06%
G = 26.48%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A17096 (or 0xA17096) is known color: Mountbatten Pink. HEX triplet: A1, 70 and 96. RGB value is (161,112,150). Sum of RGB (Red+Green+Blue) = 161+112+150=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A17096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17096 is #5E8F69. Grayscale: #828282. Windows color (decimal): -6197098 or 9859233. OLE color: 9859233.

HSL color Cylindrical-coordinate representation of color #A17096: hue angle of 313.47º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17096 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 112 150 -
CMYK 0 0.30 0.07 0.37
HSL 313.47º 0.21% 0.54% -
HSV(B) 313.47º 0.3% 0.63% -
XYZ 26 21.37 31.61 -
YUV 130.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 161 112 150 0 0.30 0.07 0.37 313.47 0.21 0.54
Hex A1 70 96 0 1E 7 25 139 15 36
Octal 241 160 226 0 36 7 45 471 25 66
Binary 10100001 1110000 10010110 0 11110 111 100101 100111001 10101 110110

Color Harmonies of #A17096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17096

Black with #A17096

Text Example


Text Example

White with #A17096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17096; }

 p { color: rgb(161,112,150); }

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

background-color css

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

 a { background-color: rgb(161,112,150); }

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

border-color css

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

 span { border-color: rgb(161,112,150); }

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