#A3476A

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

Shades of Rouge #A3476A

Tints of Rouge #A3476A

Color information

#A3476A (or 0xA3476A) is unknown color: approx Rouge. HEX triplet: A3, 47 and 6A. RGB value is (163,71,106). Sum of RGB (Red+Green+Blue) = 163+71+106=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3476A is #5CB895. Grayscale: #666666. Windows color (decimal): -6076566 or 6965155. OLE color: 6965155.

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

Color convert

RGB16371106-
CMYK00.560.350.36
HSL337.17º39.32%45.88%-
HSV(B)337.17º56.44%63.92%-
XYZ19.9613.3315.16-
YUV102.5129.98171.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 71 (28.12% from 255) = 20.88%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=47.94%
G=20.88%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637110600.560.350.36337.1739.3245.88
HexA3476A0382324151272e
Octal24310715207043445214756
Binary10100011100011111010100111000100011100100101010001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3476A; }

 p { color: rgb(163,71,106); }

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

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

 a { background-color: rgb(163,71,106); }

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

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

 span { border-color: rgb(163,71,106); }

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