#A3416D

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

Shades of Rouge #A3416D

Tints of Rouge #A3416D

Color information

#A3416D (or 0xA3416D) is unknown color: approx Rouge. HEX triplet: A3, 41 and 6D. RGB value is (163,65,109). Sum of RGB (Red+Green+Blue) = 163+65+109=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3416D is #5CBE92. Grayscale: #636363. Windows color (decimal): -6078099 or 7160227. OLE color: 7160227.

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

Color convert

RGB16365109-
CMYK00.600.330.36
HSL333.06º42.98%44.71%-
HSV(B)333.06º60.12%63.92%-
XYZ19.7512.6715.87-
YUV99.32133.47173.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 109 (42.97% from 255) = 32.34%
R=48.37%
G=19.29%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636510900.600.330.36333.0642.9844.71
HexA3416D03C212414d2b2d
Octal24310115507441445155355
Binary10100011100000111011010111100100001100100101001101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3416D; }

 p { color: rgb(163,65,109); }

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

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

 a { background-color: rgb(163,65,109); }

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

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

 span { border-color: rgb(163,65,109); }

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