#A24562

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

Shades of Rouge #A24562

Tints of Rouge #A24562

Color information

#A24562 (or 0xA24562) is unknown color: approx Rouge. HEX triplet: A2, 45 and 62. RGB value is (162,69,98). Sum of RGB (Red+Green+Blue) = 162+69+98=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A24562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24562 is #5DBA9D. Grayscale: #646464. Windows color (decimal): -6142622 or 6440354. OLE color: 6440354.

HSL color Cylindrical-coordinate representation of color #A24562: hue angle of 341.29º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24562 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1626998-
CMYK00.570.400.36
HSL341.29º40.26%45.29%-
HSV(B)341.29º57.41%63.53%-
XYZ19.2312.8213.02-
YUV100.11126.81172.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 98 (38.67% from 255) = 29.79%
R=49.24%
G=20.97%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162699800.570.400.36341.2940.2645.29
HexA245620392824155282d
Octal24210514207150445255055
Binary10100010100010111000100111001101000100100101010101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24562; }

 p { color: rgb(162,69,98); }

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

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

 a { background-color: rgb(162,69,98); }

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

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

 span { border-color: rgb(162,69,98); }

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