#A5446A

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

Shades of Rouge #A5446A

Tints of Rouge #A5446A

Color information

#A5446A (or 0xA5446A) is unknown color: approx Rouge. HEX triplet: A5, 44 and 6A. RGB value is (165,68,106). Sum of RGB (Red+Green+Blue) = 165+68+106=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5446A is #5ABB95. Grayscale: #656565. Windows color (decimal): -5946262 or 6964389. OLE color: 6964389.

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

Color convert

RGB16568106-
CMYK00.590.360.35
HSL336.49º41.63%45.69%-
HSV(B)336.49º58.79%64.71%-
XYZ20.1913.1715.11-
YUV101.34130.64173.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=48.67%
G=20.06%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656810600.590.360.35336.4941.6345.69
HexA5446A03B24231502a2e
Octal24510415207344435205256
Binary10100101100010011010100111011100100100011101010000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5446A; }

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

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

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

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

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

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

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

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