Html Css Color HEX #A08790 Mountbatten Pink

📋 copy color: '#A08790'

red 160 ◦ green 135 ◦ blue 144

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

Shades of Mountbatten Pink #A08790

Tints of Mountbatten Pink #A08790

RGB

 RED value IS 160 (62.89% from 255) = 36.45%

 GREEN value IS 135 (53.13% from 255) = 30.75%

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

R = 36.45%
G = 30.75%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A08790 (or 0xA08790) is known color: Mountbatten Pink. HEX triplet: A0, 87 and 90. RGB value is (160,135,144). Sum of RGB (Red+Green+Blue) = 160+135+144=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A08790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08790 is #5F786F. Grayscale: #8F8F8F. Windows color (decimal): -6256752 or 9471904. OLE color: 9471904.

HSL color Cylindrical-coordinate representation of color #A08790: hue angle of 338.4º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A08790 is Cyan = 0, Magento = 0.16, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 144 -
CMYK 0 0.16 0.1 0.37
HSL 338.4º 0.12% 0.58% -
HSV(B) 338.4º 0.16% 0.63% -
XYZ 28.2 26.82 30.08 -
YUV 143.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 160 135 144 0 0.16 0.1 0.37 338.4 0.12 0.58
Hex A0 87 90 0 10 A 25 152 C 3A
Octal 240 207 220 0 20 12 45 522 14 72
Binary 10100000 10000111 10010000 0 10000 1010 100101 101010010 1100 111010

Color Harmonies of #A08790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08790

Black with #A08790

Text Example


Text Example

White with #A08790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08790; }

 p { color: rgb(160,135,144); }

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

background-color css

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

 a { background-color: rgb(160,135,144); }

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

border-color css

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

 span { border-color: rgb(160,135,144); }

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