#A4345F

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

Shades of Rouge #A4345F

Tints of Rouge #A4345F

Color information

#A4345F (or 0xA4345F) is unknown color: approx Rouge. HEX triplet: A4, 34 and 5F. RGB value is (164,52,95). Sum of RGB (Red+Green+Blue) = 164+52+95=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4345F is #5BCBA0. Grayscale: #5A5A5A. Windows color (decimal): -6015905 or 6239396. OLE color: 6239396.

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

Color convert

RGB1645295-
CMYK00.680.420.36
HSL336.96º51.85%42.35%-
HSV(B)336.96º68.29%64.31%-
XYZ18.611.1712-
YUV90.39130.61180.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.73%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=52.73%
G=16.72%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164529500.680.420.36336.9651.8542.35
HexA4345F0442A24151342a
Octal24464137010452445216452
Binary10100100110100101111101000100101010100100101010001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4345F; }

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

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

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

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

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

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

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

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