Html Css Color HEX #A36992 Mountbatten Pink

📋 copy color: '#A36992'

red 163 ◦ green 105 ◦ blue 146

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

Shades of Mountbatten Pink #A36992

Tints of Mountbatten Pink #A36992

RGB

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

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

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

R = 39.37%
G = 25.36%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A36992 (or 0xA36992) is known color: Mountbatten Pink. HEX triplet: A3, 69 and 92. RGB value is (163,105,146). Sum of RGB (Red+Green+Blue) = 163+105+146=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A36992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36992 is #5C966D. Grayscale: #7E7E7E. Windows color (decimal): -6067822 or 9595299. OLE color: 9595299.

HSL color Cylindrical-coordinate representation of color #A36992: hue angle of 317.59º 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 #A36992 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 105 146 -
CMYK 0 0.36 0.10 0.36
HSL 317.59º 0.24% 0.53% -
HSV(B) 317.59º 0.36% 0.64% -
XYZ 25.34 19.97 29.71 -
YUV 127.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 163 105 146 0 0.36 0.10 0.36 317.59 0.24 0.53
Hex A3 69 92 0 24 A 24 13E 18 35
Octal 243 151 222 0 44 12 44 476 30 65
Binary 10100011 1101001 10010010 0 100100 1010 100100 100111110 11000 110101

Color Harmonies of #A36992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36992

Black with #A36992

Text Example


Text Example

White with #A36992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36992; }

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

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

background-color css

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

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

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

border-color css

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

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

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