Html Css Color HEX #A56F89 Mountbatten Pink

📋 copy color: '#A56F89'

red 165 ◦ green 111 ◦ blue 137

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

Shades of Mountbatten Pink #A56F89

Tints of Mountbatten Pink #A56F89

RGB

 RED value IS 165 (64.84% from 255) = 39.95%

 GREEN value IS 111 (43.75% from 255) = 26.88%

 BLUE value IS 137 (53.91% from 255) = 33.17%

R = 39.95%
G = 26.88%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A56F89 (or 0xA56F89) is known color: Mountbatten Pink. HEX triplet: A5, 6F and 89. RGB value is (165,111,137). Sum of RGB (Red+Green+Blue) = 165+111+137=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F89 is #5A9076. Grayscale: #828282. Windows color (decimal): -5935223 or 9007013. OLE color: 9007013.

HSL color Cylindrical-coordinate representation of color #A56F89: hue angle of 331.11º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56F89 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 111 137 -
CMYK 0 0.33 0.17 0.35
HSL 331.11º 0.23% 0.54% -
HSV(B) 331.11º 0.33% 0.65% -
XYZ 25.72 21.17 26.4 -
YUV 130.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 165 111 137 0 0.33 0.17 0.35 331.11 0.23 0.54
Hex A5 6F 89 0 21 11 23 14B 17 36
Octal 245 157 211 0 41 21 43 513 27 66
Binary 10100101 1101111 10001001 0 100001 10001 100011 101001011 10111 110110

Color Harmonies of #A56F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F89

Black with #A56F89

Text Example


Text Example

White with #A56F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F89; }

 p { color: rgb(165,111,137); }

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

background-color css

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

 a { background-color: rgb(165,111,137); }

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

border-color css

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

 span { border-color: rgb(165,111,137); }

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