Html Css Color HEX #A67591 Mountbatten Pink

📋 copy color: '#A67591'

red 166 ◦ green 117 ◦ blue 145

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

Shades of Mountbatten Pink #A67591

Tints of Mountbatten Pink #A67591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.34%

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

R = 38.79%
G = 27.34%
B = 33.88%

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

#A67591 (or 0xA67591) is known color: Mountbatten Pink. HEX triplet: A6, 75 and 91. RGB value is (166,117,145). Sum of RGB (Red+Green+Blue) = 166+117+145=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A67591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67591 is #598A6E. Grayscale: #868686. Windows color (decimal): -5868143 or 9532838. OLE color: 9532838.

HSL color Cylindrical-coordinate representation of color #A67591: hue angle of 325.71º 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 #A67591 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 117 145 -
CMYK 0 0.30 0.13 0.35
HSL 325.71º 0.22% 0.55% -
HSV(B) 325.71º 0.3% 0.65% -
XYZ 27.2 22.87 29.77 -
YUV 134.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 166 117 145 0 0.30 0.13 0.35 325.71 0.22 0.55
Hex A6 75 91 0 1E D 23 146 16 37
Octal 246 165 221 0 36 15 43 506 26 67
Binary 10100110 1110101 10010001 0 11110 1101 100011 101000110 10110 110111

Color Harmonies of #A67591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67591

Black with #A67591

Text Example


Text Example

White with #A67591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67591; }

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

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

background-color css

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

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

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

border-color css

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

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

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