#A7335F

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

Shades of Rouge #A7335F

Tints of Rouge #A7335F

Color information

#A7335F (or 0xA7335F) is unknown color: approx Rouge. HEX triplet: A7, 33 and 5F. RGB value is (167,51,95). Sum of RGB (Red+Green+Blue) = 167+51+95=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A7335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7335F is #58CCA0. Grayscale: #5A5A5A. Windows color (decimal): -5819553 or 6239143. OLE color: 6239143.

HSL color Cylindrical-coordinate representation of color #A7335F: hue angle of 337.24º 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 #A7335F is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB1675195-
CMYK00.690.430.35
HSL337.24º53.21%42.75%-
HSV(B)337.24º69.46%65.49%-
XYZ19.1911.4112.02-
YUV90.7130.43182.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.35%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=53.35%
G=16.29%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167519500.690.430.35337.2453.2142.75
HexA7335F0452B23151352b
Octal24763137010553435216553
Binary10100111110011101111101000101101011100011101010001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7335F; }

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

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

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

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

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

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

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

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