#A24463

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

Shades of Rouge #A24463

Tints of Rouge #A24463

Color information

#A24463 (or 0xA24463) is unknown color: approx Rouge. HEX triplet: A2, 44 and 63. RGB value is (162,68,99). Sum of RGB (Red+Green+Blue) = 162+68+99=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A24463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24463 is #5DBB9C. Grayscale: #636363. Windows color (decimal): -6142877 or 6505634. OLE color: 6505634.

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

Color convert

RGB1626899-
CMYK00.580.390.36
HSL340.21º40.87%45.1%-
HSV(B)340.21º58.02%63.53%-
XYZ19.2212.7213.25-
YUV99.64127.64172.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=49.24%
G=20.67%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162689900.580.390.36340.2140.8745.1
HexA2446303A2724154292d
Octal24210414307247445245155
Binary10100010100010011000110111010100111100100101010100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24463; }

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

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

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

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

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

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

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

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