#A5446B

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

Shades of Rouge #A5446B

Tints of Rouge #A5446B

Color information

#A5446B (or 0xA5446B) is unknown color: approx Rouge. HEX triplet: A5, 44 and 6B. RGB value is (165,68,107). Sum of RGB (Red+Green+Blue) = 165+68+107=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5446B is #5ABB94. Grayscale: #656565. Windows color (decimal): -5946261 or 7029925. OLE color: 7029925.

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

Color convert

RGB16568107-
CMYK00.590.350.35
HSL335.88º41.63%45.69%-
HSV(B)335.88º58.79%64.71%-
XYZ20.2413.215.39-
YUV101.45131.14173.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=48.53%
G=20%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656810700.590.350.35335.8841.6345.69
HexA5446B03B23231502a2e
Octal24510415307343435205256
Binary10100101100010011010110111011100011100011101010000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5446B; }

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

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

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

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

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

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

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

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