Html Css Color HEX #A27095 Mountbatten Pink

📋 copy color: '#A27095'

red 162 ◦ green 112 ◦ blue 149

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

Shades of Mountbatten Pink #A27095

Tints of Mountbatten Pink #A27095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

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

R = 38.3%
G = 26.48%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A27095 (or 0xA27095) is known color: Mountbatten Pink. HEX triplet: A2, 70 and 95. RGB value is (162,112,149). Sum of RGB (Red+Green+Blue) = 162+112+149=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A27095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27095 is #5D8F6A. Grayscale: #838383. Windows color (decimal): -6131563 or 9793698. OLE color: 9793698.

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

Color convert

RGB 162 112 149 -
CMYK 0 0.31 0.08 0.36
HSL 315.6º 0.21% 0.54% -
HSV(B) 315.6º 0.31% 0.64% -
XYZ 26.12 21.44 31.2 -
YUV 131.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 162 112 149 0 0.31 0.08 0.36 315.6 0.21 0.54
Hex A2 70 95 0 1F 8 24 13C 15 36
Octal 242 160 225 0 37 10 44 474 25 66
Binary 10100010 1110000 10010101 0 11111 1000 100100 100111100 10101 110110

Color Harmonies of #A27095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27095

Black with #A27095

Text Example


Text Example

White with #A27095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27095; }

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

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

background-color css

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

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

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

border-color css

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

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

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