Html Css Color HEX #A67491 Mountbatten Pink

📋 copy color: '#A67491'

red 166 ◦ green 116 ◦ blue 145

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

Shades of Mountbatten Pink #A67491

Tints of Mountbatten Pink #A67491

RGB

 RED value IS 166 (65.23% from 255) = 38.88%

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

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

R = 38.88%
G = 27.17%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A67491 (or 0xA67491) is known color: Mountbatten Pink. HEX triplet: A6, 74 and 91. RGB value is (166,116,145). Sum of RGB (Red+Green+Blue) = 166+116+145=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A67491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67491 is #598B6E. Grayscale: #868686. Windows color (decimal): -5868399 or 9532582. OLE color: 9532582.

HSL color Cylindrical-coordinate representation of color #A67491: hue angle of 325.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67491 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 116 145 -
CMYK 0 0.30 0.13 0.35
HSL 325.2º 0.22% 0.55% -
HSV(B) 325.2º 0.3% 0.65% -
XYZ 27.08 22.64 29.73 -
YUV 134.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 166 116 145 0 0.30 0.13 0.35 325.2 0.22 0.55
Hex A6 74 91 0 1E D 23 145 16 37
Octal 246 164 221 0 36 15 43 505 26 67
Binary 10100110 1110100 10010001 0 11110 1101 100011 101000101 10110 110111

Color Harmonies of #A67491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67491

Black with #A67491

Text Example


Text Example

White with #A67491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67491; }

 p { color: rgb(166,116,145); }

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

background-color css

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

 a { background-color: rgb(166,116,145); }

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

border-color css

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

 span { border-color: rgb(166,116,145); }

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