#A24A6D

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

Shades of Rouge #A24A6D

Tints of Rouge #A24A6D

Color information

#A24A6D (or 0xA24A6D) is unknown color: approx Rouge. HEX triplet: A2, 4A and 6D. RGB value is (162,74,109). Sum of RGB (Red+Green+Blue) = 162+74+109=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24A6D is #5DB592. Grayscale: #686868. Windows color (decimal): -6141331 or 7162530. OLE color: 7162530.

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

Color convert

RGB16274109-
CMYK00.540.330.36
HSL336.14º37.29%46.27%-
HSV(B)336.14º54.32%63.53%-
XYZ20.1113.6816.05-
YUV104.3130.65169.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 74 (29.30% from 255) = 21.45%
BLUE value IS 109 (42.97% from 255) = 31.59%
R=46.96%
G=21.45%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627410900.540.330.36336.1437.2946.27
HexA24A6D0362124150252e
Octal24211215506641445204556
Binary10100010100101011011010110110100001100100101010000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A6D; }

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

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

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

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

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

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

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

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