#A5356C

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

Shades of Rouge #A5356C

Tints of Rouge #A5356C

Color information

#A5356C (or 0xA5356C) is unknown color: approx Rouge. HEX triplet: A5, 35 and 6C. RGB value is (165,53,108). Sum of RGB (Red+Green+Blue) = 165+53+108=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5356C is #5ACA93. Grayscale: #5C5C5C. Windows color (decimal): -5950100 or 7091621. OLE color: 7091621.

HSL color Cylindrical-coordinate representation of color #A5356C: hue angle of 330.54º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5356C is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16553108-
CMYK00.680.350.35
HSL330.54º51.38%42.75%-
HSV(B)330.54º67.88%64.71%-
XYZ19.511.6315.4-
YUV92.76136.61179.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.61%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=50.61%
G=16.26%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655310800.680.350.35330.5451.3842.75
HexA5356C044232314b332b
Octal24565154010443435136353
Binary10100101110101110110001000100100011100011101001011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5356C; }

 p { color: rgb(165,53,108); }

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

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

 a { background-color: rgb(165,53,108); }

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

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

 span { border-color: rgb(165,53,108); }

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