Html Css Color HEX #A27592 Mountbatten Pink

📋 copy color: '#A27592'

red 162 ◦ green 117 ◦ blue 146

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

Shades of Mountbatten Pink #A27592

Tints of Mountbatten Pink #A27592

RGB

 RED value IS 162 (63.67% from 255) = 38.12%

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

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

R = 38.12%
G = 27.53%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A27592 (or 0xA27592) is known color: Mountbatten Pink. HEX triplet: A2, 75 and 92. RGB value is (162,117,146). Sum of RGB (Red+Green+Blue) = 162+117+146=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A27592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27592 is #5D8A6D. Grayscale: #858585. Windows color (decimal): -6130286 or 9598370. OLE color: 9598370.

HSL color Cylindrical-coordinate representation of color #A27592: hue angle of 321.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A27592 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 117 146 -
CMYK 0 0.28 0.10 0.36
HSL 321.33º 0.19% 0.55% -
HSV(B) 321.33º 0.28% 0.64% -
XYZ 26.45 22.48 30.14 -
YUV 133.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 162 117 146 0 0.28 0.10 0.36 321.33 0.19 0.55
Hex A2 75 92 0 1C A 24 141 13 37
Octal 242 165 222 0 34 12 44 501 23 67
Binary 10100010 1110101 10010010 0 11100 1010 100100 101000001 10011 110111

Color Harmonies of #A27592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27592

Black with #A27592

Text Example


Text Example

White with #A27592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27592; }

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

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

background-color css

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

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

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

border-color css

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

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

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