#A24764

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

Shades of Rouge #A24764

Tints of Rouge #A24764

Color information

#A24764 (or 0xA24764) is unknown color: approx Rouge. HEX triplet: A2, 47 and 64. RGB value is (162,71,100). Sum of RGB (Red+Green+Blue) = 162+71+100=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A24764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24764 is #5DB89B. Grayscale: #656565. Windows color (decimal): -6142108 or 6571938. OLE color: 6571938.

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

Color convert

RGB16271100-
CMYK00.560.380.36
HSL340.88º39.06%45.69%-
HSV(B)340.88º56.17%63.53%-
XYZ19.4513.1113.56-
YUV101.52127.15171.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=48.65%
G=21.32%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627110000.560.380.36340.8839.0645.69
HexA247640382624155272e
Octal24210714407046445254756
Binary10100010100011111001000111000100110100100101010101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24764; }

 p { color: rgb(162,71,100); }

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

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

 a { background-color: rgb(162,71,100); }

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

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

 span { border-color: rgb(162,71,100); }

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