Html Css Color HEX #A17591 Mountbatten Pink

📋 copy color: '#A17591'

red 161 ◦ green 117 ◦ blue 145

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

Shades of Mountbatten Pink #A17591

Tints of Mountbatten Pink #A17591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.66%

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

R = 38.06%
G = 27.66%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A17591 (or 0xA17591) is known color: Mountbatten Pink. HEX triplet: A1, 75 and 91. RGB value is (161,117,145). Sum of RGB (Red+Green+Blue) = 161+117+145=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A17591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17591 is #5E8A6E. Grayscale: #858585. Windows color (decimal): -6195823 or 9532833. OLE color: 9532833.

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

Color convert

RGB 161 117 145 -
CMYK 0 0.27 0.10 0.37
HSL 321.82º 0.19% 0.55% -
HSV(B) 321.82º 0.27% 0.63% -
XYZ 26.17 22.34 29.72 -
YUV 133.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 161 117 145 0 0.27 0.10 0.37 321.82 0.19 0.55
Hex A1 75 91 0 1B A 25 142 13 37
Octal 241 165 221 0 33 12 45 502 23 67
Binary 10100001 1110101 10010001 0 11011 1010 100101 101000010 10011 110111

Color Harmonies of #A17591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17591

Black with #A17591

Text Example


Text Example

White with #A17591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17591; }

 p { color: rgb(161,117,145); }

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

background-color css

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

 a { background-color: rgb(161,117,145); }

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

border-color css

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

 span { border-color: rgb(161,117,145); }

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