#A5356F

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

Shades of Rouge #A5356F

Tints of Rouge #A5356F

Color information

#A5356F (or 0xA5356F) is unknown color: approx Rouge. HEX triplet: A5, 35 and 6F. RGB value is (165,53,111). Sum of RGB (Red+Green+Blue) = 165+53+111=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5356F is #5ACA90. Grayscale: #5C5C5C. Windows color (decimal): -5950097 or 7288229. OLE color: 7288229.

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

Color convert

RGB16553111-
CMYK00.680.330.35
HSL328.93º51.38%42.75%-
HSV(B)328.93º67.88%64.71%-
XYZ19.6611.6916.26-
YUV93.1138.11179.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=50.15%
G=16.11%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655311100.680.330.35328.9351.3842.75
HexA5356F0442123149332b
Octal24565157010441435116353
Binary10100101110101110111101000100100001100011101001001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5356F; }

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

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

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

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

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

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

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

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