#A24968

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

Shades of Rouge #A24968

Tints of Rouge #A24968

Color information

#A24968 (or 0xA24968) is unknown color: approx Rouge. HEX triplet: A2, 49 and 68. RGB value is (162,73,104). Sum of RGB (Red+Green+Blue) = 162+73+104=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A24968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24968 is #5DB697. Grayscale: #676767. Windows color (decimal): -6141592 or 6834594. OLE color: 6834594.

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

Color convert

RGB16273104-
CMYK00.550.360.36
HSL339.1º37.87%46.08%-
HSV(B)339.1º54.94%63.53%-
XYZ19.7813.4514.65-
YUV103.14128.49169.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=47.79%
G=21.53%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627310400.550.360.36339.137.8746.08
HexA249680372424153262e
Octal24211115006744445234656
Binary10100010100100111010000110111100100100100101010011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24968; }

 p { color: rgb(162,73,104); }

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

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

 a { background-color: rgb(162,73,104); }

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

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

 span { border-color: rgb(162,73,104); }

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