Html Css Color HEX #A46C8B Mountbatten Pink

📋 copy color: '#A46C8B'

red 164 ◦ green 108 ◦ blue 139

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

Shades of Mountbatten Pink #A46C8B

Tints of Mountbatten Pink #A46C8B

RGB

 RED value IS 164 (64.45% from 255) = 39.9%

 GREEN value IS 108 (42.58% from 255) = 26.28%

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 39.9%
G = 26.28%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A46C8B (or 0xA46C8B) is known color: Mountbatten Pink. HEX triplet: A4, 6C and 8B. RGB value is (164,108,139). Sum of RGB (Red+Green+Blue) = 164+108+139=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C8B is #5B9374. Grayscale: #808080. Windows color (decimal): -6001525 or 9137316. OLE color: 9137316.

HSL color Cylindrical-coordinate representation of color #A46C8B: hue angle of 326.79º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46C8B is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 108 139 -
CMYK 0 0.34 0.15 0.36
HSL 326.79º 0.24% 0.53% -
HSV(B) 326.79º 0.34% 0.64% -
XYZ 25.33 20.48 27.04 -
YUV 128.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 164 108 139 0 0.34 0.15 0.36 326.79 0.24 0.53
Hex A4 6C 8B 0 22 F 24 147 18 35
Octal 244 154 213 0 42 17 44 507 30 65
Binary 10100100 1101100 10001011 0 100010 1111 100100 101000111 11000 110101

Color Harmonies of #A46C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46C8B

Black with #A46C8B

Text Example


Text Example

White with #A46C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46C8B; }

 p { color: rgb(164,108,139); }

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

background-color css

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

 a { background-color: rgb(164,108,139); }

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

border-color css

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

 span { border-color: rgb(164,108,139); }

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