Html Css Color HEX #A67091 Mountbatten Pink

📋 copy color: '#A67091'

red 166 ◦ green 112 ◦ blue 145

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

Shades of Mountbatten Pink #A67091

Tints of Mountbatten Pink #A67091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

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

R = 39.24%
G = 26.48%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A67091 (or 0xA67091) is known color: Mountbatten Pink. HEX triplet: A6, 70 and 91. RGB value is (166,112,145). Sum of RGB (Red+Green+Blue) = 166+112+145=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A67091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67091 is #598F6E. Grayscale: #838383. Windows color (decimal): -5869423 or 9531558. OLE color: 9531558.

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

Color convert

RGB 166 112 145 -
CMYK 0 0.33 0.13 0.35
HSL 323.33º 0.23% 0.55% -
HSV(B) 323.33º 0.33% 0.65% -
XYZ 26.63 21.74 29.58 -
YUV 131.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 166 112 145 0 0.33 0.13 0.35 323.33 0.23 0.55
Hex A6 70 91 0 21 D 23 143 17 37
Octal 246 160 221 0 41 15 43 503 27 67
Binary 10100110 1110000 10010001 0 100001 1101 100011 101000011 10111 110111

Color Harmonies of #A67091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67091

Black with #A67091

Text Example


Text Example

White with #A67091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67091; }

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

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

background-color css

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

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

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

border-color css

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

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

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