#A7335E

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

Shades of Rouge #A7335E

Tints of Rouge #A7335E

Color information

#A7335E (or 0xA7335E) is unknown color: approx Rouge. HEX triplet: A7, 33 and 5E. RGB value is (167,51,94). Sum of RGB (Red+Green+Blue) = 167+51+94=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A7335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7335E is #58CCA1. Grayscale: #5A5A5A. Windows color (decimal): -5819554 or 6173607. OLE color: 6173607.

HSL color Cylindrical-coordinate representation of color #A7335E: hue angle of 337.76º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7335E is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1675194-
CMYK00.690.440.35
HSL337.76º53.21%42.75%-
HSV(B)337.76º69.46%65.49%-
XYZ19.1411.3911.78-
YUV90.59129.93182.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.53%
GREEN value IS 51 (20.31% from 255) = 16.35%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=53.53%
G=16.35%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167519400.690.440.35337.7653.2142.75
HexA7335E0452C23152352b
Octal24763136010554435226553
Binary10100111110011101111001000101101100100011101010010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7335E; }

 p { color: rgb(167,51,94); }

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

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

 a { background-color: rgb(167,51,94); }

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

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

 span { border-color: rgb(167,51,94); }

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