Html Css Color HEX #A36692 Mountbatten Pink

📋 copy color: '#A36692'

red 163 ◦ green 102 ◦ blue 146

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

Shades of Mountbatten Pink #A36692

Tints of Mountbatten Pink #A36692

RGB

 RED value IS 163 (64.06% from 255) = 39.66%

 GREEN value IS 102 (40.23% from 255) = 24.82%

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

R = 39.66%
G = 24.82%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A36692 (or 0xA36692) is known color: Mountbatten Pink. HEX triplet: A3, 66 and 92. RGB value is (163,102,146). Sum of RGB (Red+Green+Blue) = 163+102+146=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A36692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36692 is #5C996D. Grayscale: #7D7D7D. Windows color (decimal): -6068590 or 9594531. OLE color: 9594531.

HSL color Cylindrical-coordinate representation of color #A36692: hue angle of 316.72º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A36692 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 102 146 -
CMYK 0 0.37 0.10 0.36
HSL 316.72º 0.25% 0.52% -
HSV(B) 316.72º 0.37% 0.64% -
XYZ 25.04 19.36 29.61 -
YUV 125.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 163 102 146 0 0.37 0.10 0.36 316.72 0.25 0.52
Hex A3 66 92 0 25 A 24 13D 19 34
Octal 243 146 222 0 45 12 44 475 31 64
Binary 10100011 1100110 10010010 0 100101 1010 100100 100111101 11001 110100

Color Harmonies of #A36692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36692

Black with #A36692

Text Example


Text Example

White with #A36692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36692; }

 p { color: rgb(163,102,146); }

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

background-color css

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

 a { background-color: rgb(163,102,146); }

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

border-color css

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

 span { border-color: rgb(163,102,146); }

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