#A43969

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

Shades of Rouge #A43969

Tints of Rouge #A43969

Color information

#A43969 (or 0xA43969) is unknown color: approx Rouge. HEX triplet: A4, 39 and 69. RGB value is (164,57,105). Sum of RGB (Red+Green+Blue) = 164+57+105=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A43969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43969 is #5BC696. Grayscale: #5E5E5E. Windows color (decimal): -6014615 or 6896036. OLE color: 6896036.

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

Color convert

RGB16457105-
CMYK00.650.360.36
HSL333.08º48.42%43.33%-
HSV(B)333.08º65.24%64.31%-
XYZ19.3211.8414.63-
YUV94.46133.95177.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 105 (41.41% from 255) = 32.21%
R=50.31%
G=17.48%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645710500.650.360.36333.0848.4243.33
HexA43969041242414d302b
Octal24471151010144445156053
Binary10100100111001110100101000001100100100100101001101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43969; }

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

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

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

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

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

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

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

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