#A24A69

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

Shades of Rouge #A24A69

Tints of Rouge #A24A69

Color information

#A24A69 (or 0xA24A69) is unknown color: approx Rouge. HEX triplet: A2, 4A and 69. RGB value is (162,74,105). Sum of RGB (Red+Green+Blue) = 162+74+105=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A69 is #5DB596. Grayscale: #676767. Windows color (decimal): -6141335 or 6900386. OLE color: 6900386.

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

Color convert

RGB16274105-
CMYK00.540.350.36
HSL338.86º37.29%46.27%-
HSV(B)338.86º54.32%63.53%-
XYZ19.913.614.94-
YUV103.85128.65169.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=47.51%
G=21.70%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627410500.540.350.36338.8637.2946.27
HexA24A690362324153252e
Octal24211215106643445234556
Binary10100010100101011010010110110100011100100101010011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A69; }

 p { color: rgb(162,74,105); }

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

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

 a { background-color: rgb(162,74,105); }

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

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

 span { border-color: rgb(162,74,105); }

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