#A43966

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

Shades of Rouge #A43966

Tints of Rouge #A43966

Color information

#A43966 (or 0xA43966) is unknown color: approx Rouge. HEX triplet: A4, 39 and 66. RGB value is (164,57,102). Sum of RGB (Red+Green+Blue) = 164+57+102=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A43966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43966 is #5BC699. Grayscale: #5E5E5E. Windows color (decimal): -6014618 or 6699428. OLE color: 6699428.

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

Color convert

RGB16457102-
CMYK00.650.380.36
HSL334.77º48.42%43.33%-
HSV(B)334.77º65.24%64.31%-
XYZ19.1711.7813.83-
YUV94.12132.45177.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.77%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=50.77%
G=17.65%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645710200.650.380.36334.7748.4243.33
HexA43966041262414f302b
Octal24471146010146445176053
Binary10100100111001110011001000001100110100100101001111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43966; }

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

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

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

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

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

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

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

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