#A5306D

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

Shades of Rouge #A5306D

Tints of Rouge #A5306D

Color information

#A5306D (or 0xA5306D) is unknown color: approx Rouge. HEX triplet: A5, 30 and 6D. RGB value is (165,48,109). Sum of RGB (Red+Green+Blue) = 165+48+109=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A5306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5306D is #5ACF92. Grayscale: #595959. Windows color (decimal): -5951379 or 7155877. OLE color: 7155877.

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

Color convert

RGB16548109-
CMYK00.710.340.35
HSL328.72º54.93%41.76%-
HSV(B)328.72º70.91%64.71%-
XYZ19.3311.2215.61-
YUV89.94138.76181.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.24%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=51.24%
G=14.91%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654810900.710.340.35328.7254.9341.76
HexA5306D0472223149372a
Octal24560155010742435116752
Binary10100101110000110110101000111100010100011101001001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5306D; }

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

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

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

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

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

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

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

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