Html Css Color HEX #A18290 Mountbatten Pink

📋 copy color: '#A18290'

red 161 ◦ green 130 ◦ blue 144

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

Shades of Mountbatten Pink #A18290

Tints of Mountbatten Pink #A18290

RGB

 RED value IS 161 (63.28% from 255) = 37.01%

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

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

R = 37.01%
G = 29.89%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A18290 (or 0xA18290) is known color: Mountbatten Pink. HEX triplet: A1, 82 and 90. RGB value is (161,130,144). Sum of RGB (Red+Green+Blue) = 161+130+144=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A18290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18290 is #5E7D6F. Grayscale: #8C8C8C. Windows color (decimal): -6192496 or 9470625. OLE color: 9470625.

HSL color Cylindrical-coordinate representation of color #A18290: hue angle of 332.9º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A18290 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 130 144 -
CMYK 0 0.19 0.11 0.37
HSL 332.9º 0.14% 0.57% -
HSV(B) 332.9º 0.19% 0.63% -
XYZ 27.71 25.56 29.86 -
YUV 140.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 161 130 144 0 0.19 0.11 0.37 332.9 0.14 0.57
Hex A1 82 90 0 13 B 25 14D E 39
Octal 241 202 220 0 23 13 45 515 16 71
Binary 10100001 10000010 10010000 0 10011 1011 100101 101001101 1110 111001

Color Harmonies of #A18290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18290

Black with #A18290

Text Example


Text Example

White with #A18290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18290; }

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

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

background-color css

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

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

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

border-color css

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

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

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