Html Css Color HEX #A17792 Mountbatten Pink

📋 copy color: '#A17792'

red 161 ◦ green 119 ◦ blue 146

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

Shades of Mountbatten Pink #A17792

Tints of Mountbatten Pink #A17792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.93%

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

R = 37.79%
G = 27.93%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A17792 (or 0xA17792) is known color: Mountbatten Pink. HEX triplet: A1, 77 and 92. RGB value is (161,119,146). Sum of RGB (Red+Green+Blue) = 161+119+146=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A17792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17792 is #5E886D. Grayscale: #868686. Windows color (decimal): -6195310 or 9598881. OLE color: 9598881.

HSL color Cylindrical-coordinate representation of color #A17792: hue angle of 321.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A17792 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 119 146 -
CMYK 0 0.26 0.09 0.37
HSL 321.43º 0.18% 0.55% -
HSV(B) 321.43º 0.26% 0.63% -
XYZ 26.48 22.85 30.21 -
YUV 134.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 161 119 146 0 0.26 0.09 0.37 321.43 0.18 0.55
Hex A1 77 92 0 1A 9 25 141 12 37
Octal 241 167 222 0 32 11 45 501 22 67
Binary 10100001 1110111 10010010 0 11010 1001 100101 101000001 10010 110111

Color Harmonies of #A17792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17792

Black with #A17792

Text Example


Text Example

White with #A17792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17792; }

 p { color: rgb(161,119,146); }

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

background-color css

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

 a { background-color: rgb(161,119,146); }

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

border-color css

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

 span { border-color: rgb(161,119,146); }

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