Html Css Color HEX #A36995 Mountbatten Pink

📋 copy color: '#A36995'

red 163 ◦ green 105 ◦ blue 149

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

Shades of Mountbatten Pink #A36995

Tints of Mountbatten Pink #A36995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.18%

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 39.09%
G = 25.18%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A36995 (or 0xA36995) is known color: Mountbatten Pink. HEX triplet: A3, 69 and 95. RGB value is (163,105,149). Sum of RGB (Red+Green+Blue) = 163+105+149=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A36995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36995 is #5C966A. Grayscale: #7F7F7F. Windows color (decimal): -6067819 or 9791907. OLE color: 9791907.

HSL color Cylindrical-coordinate representation of color #A36995: hue angle of 314.48º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A36995 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 105 149 -
CMYK 0 0.36 0.09 0.36
HSL 314.48º 0.24% 0.53% -
HSV(B) 314.48º 0.36% 0.64% -
XYZ 25.58 20.06 30.96 -
YUV 127.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 163 105 149 0 0.36 0.09 0.36 314.48 0.24 0.53
Hex A3 69 95 0 24 9 24 13A 18 35
Octal 243 151 225 0 44 11 44 472 30 65
Binary 10100011 1101001 10010101 0 100100 1001 100100 100111010 11000 110101

Color Harmonies of #A36995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36995

Black with #A36995

Text Example


Text Example

White with #A36995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36995; }

 p { color: rgb(163,105,149); }

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

background-color css

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

 a { background-color: rgb(163,105,149); }

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

border-color css

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

 span { border-color: rgb(163,105,149); }

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