#A3466B

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

Shades of Rouge #A3466B

Tints of Rouge #A3466B

Color information

#A3466B (or 0xA3466B) is unknown color: approx Rouge. HEX triplet: A3, 46 and 6B. RGB value is (163,70,107). Sum of RGB (Red+Green+Blue) = 163+70+107=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3466B is #5CB994. Grayscale: #656565. Windows color (decimal): -6076821 or 7030435. OLE color: 7030435.

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

Color convert

RGB16370107-
CMYK00.570.340.36
HSL336.13º39.91%45.69%-
HSV(B)336.13º57.06%63.92%-
XYZ19.9513.2315.41-
YUV102.02130.81171.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 70 (27.73% from 255) = 20.59%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=47.94%
G=20.59%
B=31.47%

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
Decimal1637010700.570.340.36336.1339.9145.69
HexA3466B0392224150282e
Octal24310615307142445205056
Binary10100011100011011010110111001100010100100101010000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3466B; }

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

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

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

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

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

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

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

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