Html Css Color HEX #A57592 Mountbatten Pink

📋 copy color: '#A57592'

red 165 ◦ green 117 ◦ blue 146

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

Shades of Mountbatten Pink #A57592

Tints of Mountbatten Pink #A57592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.34%

 BLUE value IS 146 (57.42% from 255) = 34.11%

R = 38.55%
G = 27.34%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A57592 (or 0xA57592) is known color: Mountbatten Pink. HEX triplet: A5, 75 and 92. RGB value is (165,117,146). Sum of RGB (Red+Green+Blue) = 165+117+146=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A57592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57592 is #5A8A6D. Grayscale: #868686. Windows color (decimal): -5933678 or 9598373. OLE color: 9598373.

HSL color Cylindrical-coordinate representation of color #A57592: hue angle of 323.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A57592 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 117 146 -
CMYK 0 0.29 0.12 0.35
HSL 323.75º 0.21% 0.55% -
HSV(B) 323.75º 0.29% 0.65% -
XYZ 27.07 22.8 30.17 -
YUV 134.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 165 117 146 0 0.29 0.12 0.35 323.75 0.21 0.55
Hex A5 75 92 0 1D C 23 144 15 37
Octal 245 165 222 0 35 14 43 504 25 67
Binary 10100101 1110101 10010010 0 11101 1100 100011 101000100 10101 110111

Color Harmonies of #A57592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57592

Black with #A57592

Text Example


Text Example

White with #A57592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57592; }

 p { color: rgb(165,117,146); }

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

background-color css

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

 a { background-color: rgb(165,117,146); }

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

border-color css

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

 span { border-color: rgb(165,117,146); }

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