#A24173

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

Shades of Rouge #A24173

Tints of Rouge #A24173

Color information

#A24173 (or 0xA24173) is unknown color: approx Rouge. HEX triplet: A2, 41 and 73. RGB value is (162,65,115). Sum of RGB (Red+Green+Blue) = 162+65+115=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A24173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24173 is #5DBE8C. Grayscale: #636363. Windows color (decimal): -6143629 or 7553442. OLE color: 7553442.

HSL color Cylindrical-coordinate representation of color #A24173: hue angle of 329.07º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24173 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16265115-
CMYK00.600.290.36
HSL329.07º42.73%44.51%-
HSV(B)329.07º59.88%63.53%-
XYZ19.8912.717.62-
YUV99.7136.64172.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=47.37%
G=19.01%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626511500.600.290.36329.0742.7344.51
HexA2417303C1D241492b2d
Octal24210116307435445115355
Binary1010001010000011110011011110011101100100101001001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24173; }

 p { color: rgb(162,65,115); }

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

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

 a { background-color: rgb(162,65,115); }

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

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

 span { border-color: rgb(162,65,115); }

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