#AF395D

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

Shades of Rouge #AF395D

Tints of Rouge #AF395D

Color information

#AF395D (or 0xAF395D) is unknown color: approx Rouge. HEX triplet: AF, 39 and 5D. RGB value is (175,57,93). Sum of RGB (Red+Green+Blue) = 175+57+93=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF395D is #50C6A2. Grayscale: #606060. Windows color (decimal): -5293731 or 6109615. OLE color: 6109615.

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

Color convert

RGB1755793-
CMYK00.670.470.31
HSL341.69º50.86%45.49%-
HSV(B)341.69º67.43%68.63%-
XYZ21.1212.8311.72-
YUV96.39126.09184.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.85%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=53.85%
G=17.54%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175579300.670.470.31341.6950.8645.49
HexAF395D0432F1F156332d
Octal25771135010357375266355
Binary1010111111100110111010100001110111111111101010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF395D; }

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

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

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

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

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

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

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

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