Html Css Color HEX #A28190 Mountbatten Pink

📋 copy color: '#A28190'

red 162 ◦ green 129 ◦ blue 144

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

Shades of Mountbatten Pink #A28190

Tints of Mountbatten Pink #A28190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.66%

 BLUE value IS 144 (56.64% from 255) = 33.1%

R = 37.24%
G = 29.66%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A28190 (or 0xA28190) is known color: Mountbatten Pink. HEX triplet: A2, 81 and 90. RGB value is (162,129,144). Sum of RGB (Red+Green+Blue) = 162+129+144=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A28190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28190 is #5D7E6F. Grayscale: #8C8C8C. Windows color (decimal): -6127216 or 9470370. OLE color: 9470370.

HSL color Cylindrical-coordinate representation of color #A28190: hue angle of 332.73º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A28190 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 129 144 -
CMYK 0 0.20 0.11 0.36
HSL 332.73º 0.15% 0.57% -
HSV(B) 332.73º 0.2% 0.64% -
XYZ 27.78 25.4 29.82 -
YUV 140.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 162 129 144 0 0.20 0.11 0.36 332.73 0.15 0.57
Hex A2 81 90 0 14 B 24 14D F 39
Octal 242 201 220 0 24 13 44 515 17 71
Binary 10100010 10000001 10010000 0 10100 1011 100100 101001101 1111 111001

Color Harmonies of #A28190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28190

Black with #A28190

Text Example


Text Example

White with #A28190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28190; }

 p { color: rgb(162,129,144); }

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

background-color css

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

 a { background-color: rgb(162,129,144); }

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

border-color css

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

 span { border-color: rgb(162,129,144); }

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