#A2486C

Color #A2486C Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A2486C

Tints of Rouge #A2486C

Color information

#A2486C (or 0xA2486C) is unknown color: approx Rouge. HEX triplet: A2, 48 and 6C. RGB value is (162,72,108). Sum of RGB (Red+Green+Blue) = 162+72+108=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2486C is #5DB793. Grayscale: #666666. Windows color (decimal): -6141844 or 7096482. OLE color: 7096482.

HSL color Cylindrical-coordinate representation of color #A2486C: hue angle of 336º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2486C is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16272108-
CMYK00.560.330.36
HSL336º38.46%45.88%-
HSV(B)336º55.56%63.53%-
XYZ19.9213.415.72-
YUV103.01130.82170.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=47.37%
G=21.05%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627210800.560.330.3633638.4645.88
HexA2486C0382124150262e
Octal24211015407041445204656
Binary10100010100100011011000111000100001100100101010000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2486C; }

 p { color: rgb(162,72,108); }

 H1.HeaderClassName
 {
   color: #A2486C;
 }
 .AnyTagClassName
 {
   color: #A2486C;
 }
</style>
background-color css

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

 a { background-color: rgb(162,72,108); }

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

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

 span { border-color: rgb(162,72,108); }

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