#A43961

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

Shades of Rouge #A43961

Tints of Rouge #A43961

Color information

#A43961 (or 0xA43961) is unknown color: approx Rouge. HEX triplet: A4, 39 and 61. RGB value is (164,57,97). Sum of RGB (Red+Green+Blue) = 164+57+97=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A43961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43961 is #5BC69E. Grayscale: #5D5D5D. Windows color (decimal): -6014623 or 6371748. OLE color: 6371748.

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

Color convert

RGB1645797-
CMYK00.650.410.36
HSL337.57º48.42%43.33%-
HSV(B)337.57º65.24%64.31%-
XYZ18.9311.6812.57-
YUV93.55129.95178.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=51.57%
G=17.92%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164579700.650.410.36337.5748.4243.33
HexA439610412924152302b
Octal24471141010151445226053
Binary10100100111001110000101000001101001100100101010010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43961; }

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

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

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

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

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

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

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

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