Html Css Color HEX #A27295 Mountbatten Pink

📋 copy color: '#A27295'

red 162 ◦ green 114 ◦ blue 149

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

Shades of Mountbatten Pink #A27295

Tints of Mountbatten Pink #A27295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.82%

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

R = 38.12%
G = 26.82%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A27295 (or 0xA27295) is known color: Mountbatten Pink. HEX triplet: A2, 72 and 95. RGB value is (162,114,149). Sum of RGB (Red+Green+Blue) = 162+114+149=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A27295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27295 is #5D8D6A. Grayscale: #848484. Windows color (decimal): -6131051 or 9794210. OLE color: 9794210.

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

Color convert

RGB 162 114 149 -
CMYK 0 0.30 0.08 0.36
HSL 316.25º 0.21% 0.54% -
HSV(B) 316.25º 0.3% 0.64% -
XYZ 26.34 21.89 31.27 -
YUV 132.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 162 114 149 0 0.30 0.08 0.36 316.25 0.21 0.54
Hex A2 72 95 0 1E 8 24 13C 15 36
Octal 242 162 225 0 36 10 44 474 25 66
Binary 10100010 1110010 10010101 0 11110 1000 100100 100111100 10101 110110

Color Harmonies of #A27295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27295

Black with #A27295

Text Example


Text Example

White with #A27295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27295; }

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

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

background-color css

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

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

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

border-color css

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

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

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