#A43976

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

Shades of Rouge #A43976

Tints of Rouge #A43976

Color information

#A43976 (or 0xA43976) is unknown color: approx Rouge. HEX triplet: A4, 39 and 76. RGB value is (164,57,118). Sum of RGB (Red+Green+Blue) = 164+57+118=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A43976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43976 is #5BC689. Grayscale: #5F5F5F. Windows color (decimal): -6014602 or 7748004. OLE color: 7748004.

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

Color convert

RGB16457118-
CMYK00.650.280.36
HSL325.79º48.42%43.33%-
HSV(B)325.79º65.24%64.31%-
XYZ20.0412.1318.42-
YUV95.95140.45176.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.38%
GREEN value IS 57 (22.66% from 255) = 16.81%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=48.38%
G=16.81%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645711800.650.280.36325.7948.4243.33
HexA439760411C24146302b
Octal24471166010134445066053
Binary1010010011100111101100100000111100100100101000110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43976; }

 p { color: rgb(164,57,118); }

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

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

 a { background-color: rgb(164,57,118); }

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

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

 span { border-color: rgb(164,57,118); }

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