#A43962

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

Shades of Rouge #A43962

Tints of Rouge #A43962

Color information

#A43962 (or 0xA43962) is unknown color: approx Rouge. HEX triplet: A4, 39 and 62. RGB value is (164,57,98). Sum of RGB (Red+Green+Blue) = 164+57+98=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A43962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43962 is #5BC69D. Grayscale: #5D5D5D. Windows color (decimal): -6014622 or 6437284. OLE color: 6437284.

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

Color convert

RGB1645798-
CMYK00.650.400.36
HSL337.01º48.42%43.33%-
HSV(B)337.01º65.24%64.31%-
XYZ18.9811.712.81-
YUV93.67130.45178.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.41%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=51.41%
G=17.87%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164579800.650.400.36337.0148.4243.33
HexA439620412824151302b
Octal24471142010150445216053
Binary10100100111001110001001000001101000100100101010001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43962; }

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

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

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

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

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

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

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

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