Html Css Color HEX #A27395 Mountbatten Pink

📋 copy color: '#A27395'

red 162 ◦ green 115 ◦ blue 149

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

Shades of Mountbatten Pink #A27395

Tints of Mountbatten Pink #A27395

RGB

 RED value IS 162 (63.67% from 255) = 38.03%

 GREEN value IS 115 (45.31% from 255) = 27%

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

R = 38.03%
G = 27%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A27395 (or 0xA27395) is known color: Mountbatten Pink. HEX triplet: A2, 73 and 95. RGB value is (162,115,149). Sum of RGB (Red+Green+Blue) = 162+115+149=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A27395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27395 is #5D8C6A. Grayscale: #848484. Windows color (decimal): -6130795 or 9794466. OLE color: 9794466.

HSL color Cylindrical-coordinate representation of color #A27395: hue angle of 316.6º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A27395 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 115 149 -
CMYK 0 0.29 0.08 0.36
HSL 316.6º 0.2% 0.54% -
HSV(B) 316.6º 0.29% 0.64% -
XYZ 26.46 22.11 31.31 -
YUV 132.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 162 115 149 0 0.29 0.08 0.36 316.6 0.2 0.54
Hex A2 73 95 0 1D 8 24 13D 14 36
Octal 242 163 225 0 35 10 44 475 24 66
Binary 10100010 1110011 10010101 0 11101 1000 100100 100111101 10100 110110

Color Harmonies of #A27395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27395

Black with #A27395

Text Example


Text Example

White with #A27395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27395; }

 p { color: rgb(162,115,149); }

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

background-color css

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

 a { background-color: rgb(162,115,149); }

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

border-color css

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

 span { border-color: rgb(162,115,149); }

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