#AF366E

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

Shades of Rouge #AF366E

Tints of Rouge #AF366E

Color information

#AF366E (or 0xAF366E) is unknown color: approx Rouge. HEX triplet: AF, 36 and 6E. RGB value is (175,54,110). Sum of RGB (Red+Green+Blue) = 175+54+110=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF366E is #50C991. Grayscale: #606060. Windows color (decimal): -5294482 or 7222959. OLE color: 7222959.

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

Color convert

RGB17554110-
CMYK00.690.370.31
HSL332.23º52.84%44.9%-
HSV(B)332.23º69.14%68.63%-
XYZ21.8112.8816.09-
YUV96.56135.59183.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.62%
GREEN value IS 54 (21.48% from 255) = 15.93%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=51.62%
G=15.93%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755411000.690.370.31332.2352.8444.9
HexAF366E045251F14c352d
Octal25766156010545375146555
Binary1010111111011011011100100010110010111111101001100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF366E; }

 p { color: rgb(175,54,110); }

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

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

 a { background-color: rgb(175,54,110); }

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

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

 span { border-color: rgb(175,54,110); }

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