#A3406E

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

Shades of Rouge #A3406E

Tints of Rouge #A3406E

Color information

#A3406E (or 0xA3406E) is unknown color: approx Rouge. HEX triplet: A3, 40 and 6E. RGB value is (163,64,110). Sum of RGB (Red+Green+Blue) = 163+64+110=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3406E is #5CBF91. Grayscale: #626262. Windows color (decimal): -6078354 or 7225507. OLE color: 7225507.

HSL color Cylindrical-coordinate representation of color #A3406E: hue angle of 332.12º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3406E is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16364110-
CMYK00.610.330.36
HSL332.12º43.61%44.51%-
HSV(B)332.12º60.74%63.92%-
XYZ19.7512.5816.14-
YUV98.84134.3173.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=48.37%
G=18.99%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636411000.610.330.36332.1243.6144.51
HexA3406E03D212414c2c2d
Octal24310015607541445145455
Binary10100011100000011011100111101100001100100101001100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3406E; }

 p { color: rgb(163,64,110); }

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

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

 a { background-color: rgb(163,64,110); }

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

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

 span { border-color: rgb(163,64,110); }

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