#a5286d

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

Shades of Rouge #A5286D

Tints of Rouge #A5286D

Color information

#A5286D (or 0xA5286D) is unknown color: approx Rouge. HEX triplet: A5, 28 and 6D. RGB value is (165,40,109). Sum of RGB (Red+Green+Blue) = 165+40+109=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A5286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5286D is #5AD792. Grayscale: #555555. Windows color (decimal): -5953427 or 7153829. OLE color: 7153829.

HSL color Cylindrical-coordinate representation of color #A5286D: hue angle of 326.88º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5286D is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16540109-
CMYK00.760.340.35
HSL326.88º60.98%40.2%-
HSV(B)326.88º75.76%64.71%-
XYZ19.0410.6215.51-
YUV85.24141.41184.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 40 (16.02% from 255) = 12.74%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=52.55%
G=12.74%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654010900.760.340.35326.8860.9840.2
HexA5286D04C22231473d28
Octal24550155011442435077550
Binary10100101101000110110101001100100010100011101000111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5286d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5286d; }

 p { color: rgb(165,40,109); }

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

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

 a { background-color: rgb(165,40,109); }

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

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

 span { border-color: rgb(165,40,109); }

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