Html Css Color HEX #A76592 Mountbatten Pink

📋 copy color: '#A76592'

red 167 ◦ green 101 ◦ blue 146

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

Shades of Mountbatten Pink #A76592

Tints of Mountbatten Pink #A76592

RGB

 RED value IS 167 (65.63% from 255) = 40.34%

 GREEN value IS 101 (39.84% from 255) = 24.4%

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

R = 40.34%
G = 24.4%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A76592 (or 0xA76592) is known color: Mountbatten Pink. HEX triplet: A7, 65 and 92. RGB value is (167,101,146). Sum of RGB (Red+Green+Blue) = 167+101+146=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A76592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76592 is #589A6D. Grayscale: #7D7D7D. Windows color (decimal): -5806702 or 9594279. OLE color: 9594279.

HSL color Cylindrical-coordinate representation of color #A76592: hue angle of 319.09º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A76592 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 101 146 -
CMYK 0 0.40 0.13 0.35
HSL 319.09º 0.27% 0.53% -
HSV(B) 319.09º 0.4% 0.65% -
XYZ 25.78 19.6 29.62 -
YUV 125.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 167 101 146 0 0.40 0.13 0.35 319.09 0.27 0.53
Hex A7 65 92 0 28 D 23 13F 1B 35
Octal 247 145 222 0 50 15 43 477 33 65
Binary 10100111 1100101 10010010 0 101000 1101 100011 100111111 11011 110101

Color Harmonies of #A76592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76592

Black with #A76592

Text Example


Text Example

White with #A76592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76592; }

 p { color: rgb(167,101,146); }

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

background-color css

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

 a { background-color: rgb(167,101,146); }

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

border-color css

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

 span { border-color: rgb(167,101,146); }

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