Html Css Color HEX #A8748F Mountbatten Pink

📋 copy color: '#A8748F'

red 168 ◦ green 116 ◦ blue 143

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

Shades of Mountbatten Pink #A8748F

Tints of Mountbatten Pink #A8748F

RGB

 RED value IS 168 (66.02% from 255) = 39.34%

 GREEN value IS 116 (45.7% from 255) = 27.17%

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

R = 39.34%
G = 27.17%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8748F (or 0xA8748F) is known color: Mountbatten Pink. HEX triplet: A8, 74 and 8F. RGB value is (168,116,143). Sum of RGB (Red+Green+Blue) = 168+116+143=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8748F is #578B70. Grayscale: #868686. Windows color (decimal): -5737329 or 9401512. OLE color: 9401512.

HSL color Cylindrical-coordinate representation of color #A8748F: hue angle of 328.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8748F is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 116 143 -
CMYK 0 0.31 0.15 0.34
HSL 328.85º 0.23% 0.56% -
HSV(B) 328.85º 0.31% 0.66% -
XYZ 27.35 22.8 28.95 -
YUV 134.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 168 116 143 0 0.31 0.15 0.34 328.85 0.23 0.56
Hex A8 74 8F 0 1F F 22 149 17 38
Octal 250 164 217 0 37 17 42 511 27 70
Binary 10101000 1110100 10001111 0 11111 1111 100010 101001001 10111 111000

Color Harmonies of #A8748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8748F

Black with #A8748F

Text Example


Text Example

White with #A8748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8748F; }

 p { color: rgb(168,116,143); }

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

background-color css

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

 a { background-color: rgb(168,116,143); }

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

border-color css

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

 span { border-color: rgb(168,116,143); }

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