#a5445f

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

Shades of Rouge #A5445F

Tints of Rouge #A5445F

Color information

#A5445F (or 0xA5445F) is unknown color: approx Rouge. HEX triplet: A5, 44 and 5F. RGB value is (165,68,95). Sum of RGB (Red+Green+Blue) = 165+68+95=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5445F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5445F is #5ABBA0. Grayscale: #646464. Windows color (decimal): -5946273 or 6243493. OLE color: 6243493.

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

Color convert

RGB1656895-
CMYK00.590.420.35
HSL343.3º41.63%45.69%-
HSV(B)343.3º58.79%64.71%-
XYZ19.6512.9612.29-
YUV100.08125.14174.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.30%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=50.30%
G=20.73%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165689500.590.420.35343.341.6345.69
HexA5445F03B2A231572a2e
Octal24510413707352435275256
Binary10100101100010010111110111011101010100011101010111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5445f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5445f; }

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

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

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

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

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

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

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

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