#A24A6F

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

Shades of Rouge #A24A6F

Tints of Rouge #A24A6F

Color information

#A24A6F (or 0xA24A6F) is unknown color: approx Rouge. HEX triplet: A2, 4A and 6F. RGB value is (162,74,111). Sum of RGB (Red+Green+Blue) = 162+74+111=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A6F is #5DB590. Grayscale: #686868. Windows color (decimal): -6141329 or 7293602. OLE color: 7293602.

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

Color convert

RGB16274111-
CMYK00.540.310.36
HSL334.77º37.29%46.27%-
HSV(B)334.77º54.32%63.53%-
XYZ20.2213.7316.62-
YUV104.53131.65168.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 74 (29.30% from 255) = 21.33%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=46.69%
G=21.33%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627411100.540.310.36334.7737.2946.27
HexA24A6F0361F2414f252e
Octal24211215706637445174556
Binary1010001010010101101111011011011111100100101001111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A6F; }

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

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

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

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

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

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

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

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