#A5345F

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

Shades of Rouge #A5345F

Tints of Rouge #A5345F

Color information

#A5345F (or 0xA5345F) is unknown color: approx Rouge. HEX triplet: A5, 34 and 5F. RGB value is (165,52,95). Sum of RGB (Red+Green+Blue) = 165+52+95=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5345F is #5ACBA0. Grayscale: #5A5A5A. Windows color (decimal): -5950369 or 6239397. OLE color: 6239397.

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

Color convert

RGB1655295-
CMYK00.680.420.35
HSL337.17º52.07%42.55%-
HSV(B)337.17º68.48%64.71%-
XYZ18.8111.2812.01-
YUV90.69130.44181-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.88%
GREEN value IS 52 (20.70% from 255) = 16.67%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=52.88%
G=16.67%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165529500.680.420.35337.1752.0742.55
HexA5345F0442A23151342b
Octal24564137010452435216453
Binary10100101110100101111101000100101010100011101010001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5345F; }

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

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

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

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

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

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

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

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