#A24668

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

Shades of Rouge #A24668

Tints of Rouge #A24668

Color information

#A24668 (or 0xA24668) is unknown color: approx Rouge. HEX triplet: A2, 46 and 68. RGB value is (162,70,104). Sum of RGB (Red+Green+Blue) = 162+70+104=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A24668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24668 is #5DB997. Grayscale: #656565. Windows color (decimal): -6142360 or 6833826. OLE color: 6833826.

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

Color convert

RGB16270104-
CMYK00.570.360.36
HSL337.83º39.66%45.49%-
HSV(B)337.83º56.79%63.53%-
XYZ19.5913.0614.59-
YUV101.38129.48171.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=48.21%
G=20.83%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627010400.570.360.36337.8339.6645.49
HexA246680392424152282d
Octal24210615007144445225055
Binary10100010100011011010000111001100100100100101010010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24668; }

 p { color: rgb(162,70,104); }

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

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

 a { background-color: rgb(162,70,104); }

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

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

 span { border-color: rgb(162,70,104); }

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