Html Css Color HEX #A37288 Mountbatten Pink

📋 copy color: '#A37288'

red 163 ◦ green 114 ◦ blue 136

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

Shades of Mountbatten Pink #A37288

Tints of Mountbatten Pink #A37288

RGB

 RED value IS 163 (64.06% from 255) = 39.47%

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

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

R = 39.47%
G = 27.6%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A37288 (or 0xA37288) is known color: Mountbatten Pink. HEX triplet: A3, 72 and 88. RGB value is (163,114,136). Sum of RGB (Red+Green+Blue) = 163+114+136=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A37288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37288 is #5C8D77. Grayscale: #838383. Windows color (decimal): -6065528 or 8942243. OLE color: 8942243.

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

Color convert

RGB 163 114 136 -
CMYK 0 0.30 0.17 0.36
HSL 333.06º 0.21% 0.54% -
HSV(B) 333.06º 0.3% 0.64% -
XYZ 25.57 21.6 26.11 -
YUV 131.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 163 114 136 0 0.30 0.17 0.36 333.06 0.21 0.54
Hex A3 72 88 0 1E 11 24 14D 15 36
Octal 243 162 210 0 36 21 44 515 25 66
Binary 10100011 1110010 10001000 0 11110 10001 100100 101001101 10101 110110

Color Harmonies of #A37288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37288

Black with #A37288

Text Example


Text Example

White with #A37288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37288; }

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

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

background-color css

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

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

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

border-color css

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

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

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