#A5446E

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

Shades of Rouge #A5446E

Tints of Rouge #A5446E

Color information

#A5446E (or 0xA5446E) is unknown color: approx Rouge. HEX triplet: A5, 44 and 6E. RGB value is (165,68,110). Sum of RGB (Red+Green+Blue) = 165+68+110=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5446E is #5ABB91. Grayscale: #656565. Windows color (decimal): -5946258 or 7226533. OLE color: 7226533.

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

Color convert

RGB16568110-
CMYK00.590.330.35
HSL334.02º41.63%45.69%-
HSV(B)334.02º58.79%64.71%-
XYZ20.413.2616.24-
YUV101.79132.64173.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=48.10%
G=19.83%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656811000.590.330.35334.0241.6345.69
HexA5446E03B212314e2a2e
Octal24510415607341435165256
Binary10100101100010011011100111011100001100011101001110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5446E; }

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

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

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

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

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

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

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

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