Html Css Color HEX #A27288 Mountbatten Pink

📋 copy color: '#A27288'

red 162 ◦ green 114 ◦ blue 136

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

Shades of Mountbatten Pink #A27288

Tints of Mountbatten Pink #A27288

RGB

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

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

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

R = 39.32%
G = 27.67%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A27288 (or 0xA27288) is known color: Mountbatten Pink. HEX triplet: A2, 72 and 88. RGB value is (162,114,136). Sum of RGB (Red+Green+Blue) = 162+114+136=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A27288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27288 is #5D8D77. Grayscale: #828282. Windows color (decimal): -6131064 or 8942242. OLE color: 8942242.

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

Color convert

RGB 162 114 136 -
CMYK 0 0.30 0.16 0.36
HSL 332.5º 0.21% 0.54% -
HSV(B) 332.5º 0.3% 0.64% -
XYZ 25.36 21.49 26.1 -
YUV 130.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 162 114 136 0 0.30 0.16 0.36 332.5 0.21 0.54
Hex A2 72 88 0 1E 10 24 14C 15 36
Octal 242 162 210 0 36 20 44 514 25 66
Binary 10100010 1110010 10001000 0 11110 10000 100100 101001100 10101 110110

Color Harmonies of #A27288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27288

Black with #A27288

Text Example


Text Example

White with #A27288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27288; }

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

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

background-color css

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

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

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

border-color css

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

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

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