#AF355D

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

Shades of Rouge #AF355D

Tints of Rouge #AF355D

Color information

#AF355D (or 0xAF355D) is unknown color: approx Rouge. HEX triplet: AF, 35 and 5D. RGB value is (175,53,93). Sum of RGB (Red+Green+Blue) = 175+53+93=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF355D is #50CAA2. Grayscale: #5E5E5E. Windows color (decimal): -5294755 or 6108591. OLE color: 6108591.

HSL color Cylindrical-coordinate representation of color #AF355D: hue angle of 340.33º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF355D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1755393-
CMYK00.700.470.31
HSL340.33º53.51%44.71%-
HSV(B)340.33º69.71%68.63%-
XYZ20.9312.4511.66-
YUV94.04127.42185.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.52%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=54.52%
G=16.51%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175539300.700.470.31340.3353.5144.71
HexAF355D0462F1F154362d
Octal25765135010657375246655
Binary1010111111010110111010100011010111111111101010100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF355D; }

 p { color: rgb(175,53,93); }

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

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

 a { background-color: rgb(175,53,93); }

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

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

 span { border-color: rgb(175,53,93); }

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