#A5306E

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

Shades of Rouge #A5306E

Tints of Rouge #A5306E

Color information

#A5306E (or 0xA5306E) is unknown color: approx Rouge. HEX triplet: A5, 30 and 6E. RGB value is (165,48,110). Sum of RGB (Red+Green+Blue) = 165+48+110=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5306E is #5ACF91. Grayscale: #595959. Windows color (decimal): -5951378 or 7221413. OLE color: 7221413.

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

Color convert

RGB16548110-
CMYK00.710.330.35
HSL328.21º54.93%41.76%-
HSV(B)328.21º70.91%64.71%-
XYZ19.3911.2415.9-
YUV90.05139.26181.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=51.08%
G=14.86%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654811000.710.330.35328.2154.9341.76
HexA5306E0472123148372a
Octal24560156010741435106752
Binary10100101110000110111001000111100001100011101001000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5306E; }

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

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

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

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

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

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

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

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