Html Css Color HEX #A27488 Mountbatten Pink

📋 copy color: '#A27488'

red 162 ◦ green 116 ◦ blue 136

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

Shades of Mountbatten Pink #A27488

Tints of Mountbatten Pink #A27488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.02%

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 39.13%
G = 28.02%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A27488 (or 0xA27488) is known color: Mountbatten Pink. HEX triplet: A2, 74 and 88. RGB value is (162,116,136). Sum of RGB (Red+Green+Blue) = 162+116+136=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A27488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27488 is #5D8B77. Grayscale: #848484. Windows color (decimal): -6130552 or 8942754. OLE color: 8942754.

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

Color convert

RGB 162 116 136 -
CMYK 0 0.28 0.16 0.36
HSL 333.91º 0.2% 0.55% -
HSV(B) 333.91º 0.28% 0.64% -
XYZ 25.59 21.95 26.18 -
YUV 132.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 162 116 136 0 0.28 0.16 0.36 333.91 0.2 0.55
Hex A2 74 88 0 1C 10 24 14E 14 37
Octal 242 164 210 0 34 20 44 516 24 67
Binary 10100010 1110100 10001000 0 11100 10000 100100 101001110 10100 110111

Color Harmonies of #A27488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27488

Black with #A27488

Text Example


Text Example

White with #A27488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27488; }

 p { color: rgb(162,116,136); }

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

background-color css

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

 a { background-color: rgb(162,116,136); }

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

border-color css

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

 span { border-color: rgb(162,116,136); }

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