#A24063

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

Shades of Rouge #A24063

Tints of Rouge #A24063

Color information

#A24063 (or 0xA24063) is unknown color: approx Rouge. HEX triplet: A2, 40 and 63. RGB value is (162,64,99). Sum of RGB (Red+Green+Blue) = 162+64+99=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A24063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24063 is #5DBF9C. Grayscale: #616161. Windows color (decimal): -6143901 or 6504610. OLE color: 6504610.

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

Color convert

RGB1626499-
CMYK00.600.390.36
HSL338.57º43.36%44.31%-
HSV(B)338.57º60.49%63.53%-
XYZ18.9912.2513.17-
YUV97.29128.97174.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=49.85%
G=19.69%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162649900.600.390.36338.5743.3644.31
HexA2406303C27241532b2c
Octal24210014307447445235354
Binary10100010100000011000110111100100111100100101010011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24063; }

 p { color: rgb(162,64,99); }

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

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

 a { background-color: rgb(162,64,99); }

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

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

 span { border-color: rgb(162,64,99); }

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