Html Css Color HEX #A17289 Mountbatten Pink

📋 copy color: '#A17289'

red 161 ◦ green 114 ◦ blue 137

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

Shades of Mountbatten Pink #A17289

Tints of Mountbatten Pink #A17289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.25%

R = 39.08%
G = 27.67%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A17289 (or 0xA17289) is known color: Mountbatten Pink. HEX triplet: A1, 72 and 89. RGB value is (161,114,137). Sum of RGB (Red+Green+Blue) = 161+114+137=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A17289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17289 is #5E8D76. Grayscale: #828282. Windows color (decimal): -6196599 or 9007777. OLE color: 9007777.

HSL color Cylindrical-coordinate representation of color #A17289: hue angle of 330.64º degrees, saturation: 0.2, 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 #A17289 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 114 137 -
CMYK 0 0.29 0.15 0.37
HSL 330.64º 0.2% 0.54% -
HSV(B) 330.64º 0.29% 0.63% -
XYZ 25.23 21.42 26.47 -
YUV 130.68 131.57 149.63 -
System Red Green Blue C M Y K H S L
Decimal 161 114 137 0 0.29 0.15 0.37 330.64 0.2 0.54
Hex A1 72 89 0 1D F 25 14B 14 36
Octal 241 162 211 0 35 17 45 513 24 66
Binary 10100001 1110010 10001001 0 11101 1111 100101 101001011 10100 110110

Color Harmonies of #A17289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17289

Black with #A17289

Text Example


Text Example

White with #A17289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17289; }

 p { color: rgb(161,114,137); }

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

background-color css

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

 a { background-color: rgb(161,114,137); }

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

border-color css

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

 span { border-color: rgb(161,114,137); }

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