Html Css Color HEX #A28290 Mountbatten Pink

📋 copy color: '#A28290'

red 162 ◦ green 130 ◦ blue 144

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

Shades of Mountbatten Pink #A28290

Tints of Mountbatten Pink #A28290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.82%

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

R = 37.16%
G = 29.82%
B = 33.03%

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

#A28290 (or 0xA28290) is known color: Mountbatten Pink. HEX triplet: A2, 82 and 90. RGB value is (162,130,144). Sum of RGB (Red+Green+Blue) = 162+130+144=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A28290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28290 is #5D7D6F. Grayscale: #8D8D8D. Windows color (decimal): -6126960 or 9470626. OLE color: 9470626.

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

Color convert

RGB 162 130 144 -
CMYK 0 0.20 0.11 0.36
HSL 333.75º 0.15% 0.57% -
HSV(B) 333.75º 0.2% 0.64% -
XYZ 27.92 25.66 29.87 -
YUV 141.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 162 130 144 0 0.20 0.11 0.36 333.75 0.15 0.57
Hex A2 82 90 0 14 B 24 14E F 39
Octal 242 202 220 0 24 13 44 516 17 71
Binary 10100010 10000010 10010000 0 10100 1011 100100 101001110 1111 111001

Color Harmonies of #A28290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28290

Black with #A28290

Text Example


Text Example

White with #A28290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28290; }

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

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

background-color css

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

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

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

border-color css

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

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

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