#A43760

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

Shades of Rouge #A43760

Tints of Rouge #A43760

Color information

#A43760 (or 0xA43760) is unknown color: approx Rouge. HEX triplet: A4, 37 and 60. RGB value is (164,55,96). Sum of RGB (Red+Green+Blue) = 164+55+96=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A43760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43760 is #5BC89F. Grayscale: #5C5C5C. Windows color (decimal): -6015136 or 6305700. OLE color: 6305700.

HSL color Cylindrical-coordinate representation of color #A43760: hue angle of 337.43º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43760 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1645596-
CMYK00.660.410.36
HSL337.43º49.77%42.94%-
HSV(B)337.43º66.46%64.31%-
XYZ18.7911.4712.29-
YUV92.26130.11179.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.06%
GREEN value IS 55 (21.88% from 255) = 17.46%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=52.06%
G=17.46%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164559600.660.410.36337.4349.7742.94
HexA437600422924151322b
Octal24467140010251445216253
Binary10100100110111110000001000010101001100100101010001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43760; }

 p { color: rgb(164,55,96); }

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

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

 a { background-color: rgb(164,55,96); }

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

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

 span { border-color: rgb(164,55,96); }

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