Html Css Color HEX #A17A8F Mountbatten Pink

📋 copy color: '#A17A8F'

red 161 ◦ green 122 ◦ blue 143

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

Shades of Mountbatten Pink #A17A8F

Tints of Mountbatten Pink #A17A8F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

 BLUE value IS 143 (56.25% from 255) = 33.57%

R = 37.79%
G = 28.64%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A17A8F (or 0xA17A8F) is known color: Mountbatten Pink. HEX triplet: A1, 7A and 8F. RGB value is (161,122,143). Sum of RGB (Red+Green+Blue) = 161+122+143=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17A8F is #5E8570. Grayscale: #888888. Windows color (decimal): -6194545 or 9403041. OLE color: 9403041.

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

Color convert

RGB 161 122 143 -
CMYK 0 0.24 0.11 0.37
HSL 327.69º 0.17% 0.55% -
HSV(B) 327.69º 0.24% 0.63% -
XYZ 26.62 23.48 29.12 -
YUV 136.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 161 122 143 0 0.24 0.11 0.37 327.69 0.17 0.55
Hex A1 7A 8F 0 18 B 25 148 11 37
Octal 241 172 217 0 30 13 45 510 21 67
Binary 10100001 1111010 10001111 0 11000 1011 100101 101001000 10001 110111

Color Harmonies of #A17A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17A8F

Black with #A17A8F

Text Example


Text Example

White with #A17A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17A8F; }

 p { color: rgb(161,122,143); }

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

background-color css

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

 a { background-color: rgb(161,122,143); }

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

border-color css

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

 span { border-color: rgb(161,122,143); }

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