#A3466C

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

Shades of Rouge #A3466C

Tints of Rouge #A3466C

Color information

#A3466C (or 0xA3466C) is unknown color: approx Rouge. HEX triplet: A3, 46 and 6C. RGB value is (163,70,108). Sum of RGB (Red+Green+Blue) = 163+70+108=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3466C is #5CB993. Grayscale: #666666. Windows color (decimal): -6076820 or 7095971. OLE color: 7095971.

HSL color Cylindrical-coordinate representation of color #A3466C: hue angle of 335.48º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3466C is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16370108-
CMYK00.570.340.36
HSL335.48º39.91%45.69%-
HSV(B)335.48º57.06%63.92%-
XYZ2013.2515.69-
YUV102.14131.31171.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=47.80%
G=20.53%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637010800.570.340.36335.4839.9145.69
HexA3466C039222414f282e
Octal24310615407142445175056
Binary10100011100011011011000111001100010100100101001111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3466C; }

 p { color: rgb(163,70,108); }

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

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

 a { background-color: rgb(163,70,108); }

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

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

 span { border-color: rgb(163,70,108); }

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