#A43362

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

Shades of Rouge #A43362

Tints of Rouge #A43362

Color information

#A43362 (or 0xA43362) is unknown color: approx Rouge. HEX triplet: A4, 33 and 62. RGB value is (164,51,98). Sum of RGB (Red+Green+Blue) = 164+51+98=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A43362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43362 is #5BCC9D. Grayscale: #5A5A5A. Windows color (decimal): -6016158 or 6435748. OLE color: 6435748.

HSL color Cylindrical-coordinate representation of color #A43362: hue angle of 335.04º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43362 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1645198-
CMYK00.690.400.36
HSL335.04º52.56%42.16%-
HSV(B)335.04º68.9%64.31%-
XYZ18.711.1412.72-
YUV90.14132.44180.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.40%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=52.40%
G=16.29%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164519800.690.400.36335.0452.5642.16
HexA43362045282414f352a
Octal24463142010550445176552
Binary10100100110011110001001000101101000100100101001111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43362; }

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

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

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

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

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

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

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

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