Html Css Color HEX #A67092 Mountbatten Pink

📋 copy color: '#A67092'

red 166 ◦ green 112 ◦ blue 146

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

Shades of Mountbatten Pink #A67092

Tints of Mountbatten Pink #A67092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.43%

R = 39.15%
G = 26.42%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A67092 (or 0xA67092) is known color: Mountbatten Pink. HEX triplet: A6, 70 and 92. RGB value is (166,112,146). Sum of RGB (Red+Green+Blue) = 166+112+146=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A67092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67092 is #598F6D. Grayscale: #838383. Windows color (decimal): -5869422 or 9597094. OLE color: 9597094.

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

Color convert

RGB 166 112 146 -
CMYK 0 0.33 0.12 0.35
HSL 322.22º 0.23% 0.55% -
HSV(B) 322.22º 0.33% 0.65% -
XYZ 26.71 21.77 29.99 -
YUV 132.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 166 112 146 0 0.33 0.12 0.35 322.22 0.23 0.55
Hex A6 70 92 0 21 C 23 142 17 37
Octal 246 160 222 0 41 14 43 502 27 67
Binary 10100110 1110000 10010010 0 100001 1100 100011 101000010 10111 110111

Color Harmonies of #A67092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67092

Black with #A67092

Text Example


Text Example

White with #A67092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67092; }

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

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

background-color css

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

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

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

border-color css

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

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

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