#A24563

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

Shades of Rouge #A24563

Tints of Rouge #A24563

Color information

#A24563 (or 0xA24563) is unknown color: approx Rouge. HEX triplet: A2, 45 and 63. RGB value is (162,69,99). Sum of RGB (Red+Green+Blue) = 162+69+99=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A24563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24563 is #5DBA9C. Grayscale: #646464. Windows color (decimal): -6142621 or 6505890. OLE color: 6505890.

HSL color Cylindrical-coordinate representation of color #A24563: hue angle of 340.65º 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 #A24563 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB1626999-
CMYK00.570.390.36
HSL340.65º40.26%45.29%-
HSV(B)340.65º57.41%63.53%-
XYZ19.2812.8413.27-
YUV100.23127.31172.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 99 (39.06% from 255) = 30%
R=49.09%
G=20.91%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162699900.570.390.36340.6540.2645.29
HexA245630392724155282d
Octal24210514307147445255055
Binary10100010100010111000110111001100111100100101010101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24563; }

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

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

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

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

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

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

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

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