#A5356B

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

Shades of Rouge #A5356B

Tints of Rouge #A5356B

Color information

#A5356B (or 0xA5356B) is unknown color: approx Rouge. HEX triplet: A5, 35 and 6B. RGB value is (165,53,107). Sum of RGB (Red+Green+Blue) = 165+53+107=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5356B is #5ACA94. Grayscale: #5C5C5C. Windows color (decimal): -5950101 or 7026085. OLE color: 7026085.

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

Color convert

RGB16553107-
CMYK00.680.350.35
HSL331.07º51.38%42.75%-
HSV(B)331.07º67.88%64.71%-
XYZ19.4411.6115.13-
YUV92.64136.11179.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 53 (21.09% from 255) = 16.31%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=50.77%
G=16.31%
B=32.92%

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
Decimal1655310700.680.350.35331.0751.3842.75
HexA5356B044232314b332b
Octal24565153010443435136353
Binary10100101110101110101101000100100011100011101001011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5356B; }

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

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

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

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

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

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

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

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