#A4335F

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

Shades of Rouge #A4335F

Tints of Rouge #A4335F

Color information

#A4335F (or 0xA4335F) is unknown color: approx Rouge. HEX triplet: A4, 33 and 5F. RGB value is (164,51,95). Sum of RGB (Red+Green+Blue) = 164+51+95=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4335F is #5BCCA0. Grayscale: #595959. Windows color (decimal): -6016161 or 6239140. OLE color: 6239140.

HSL color Cylindrical-coordinate representation of color #A4335F: hue angle of 336.64º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4335F is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1645195-
CMYK00.690.420.36
HSL336.64º52.56%42.16%-
HSV(B)336.64º68.9%64.31%-
XYZ18.5611.0911.99-
YUV89.8130.94180.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=52.90%
G=16.45%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164519500.690.420.36336.6452.5642.16
HexA4335F0452A24151352a
Octal24463137010552445216552
Binary10100100110011101111101000101101010100100101010001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4335F; }

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

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

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

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

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

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

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

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