#AF335E

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

Shades of Rouge #AF335E

Tints of Rouge #AF335E

Color information

#AF335E (or 0xAF335E) is unknown color: approx Rouge. HEX triplet: AF, 33 and 5E. RGB value is (175,51,94). Sum of RGB (Red+Green+Blue) = 175+51+94=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF335E is #50CCA1. Grayscale: #5C5C5C. Windows color (decimal): -5295266 or 6173615. OLE color: 6173615.

HSL color Cylindrical-coordinate representation of color #AF335E: hue angle of 339.19º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF335E is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1755194-
CMYK00.710.460.31
HSL339.19º54.87%44.31%-
HSV(B)339.19º70.86%68.63%-
XYZ20.8812.2911.86-
YUV92.98128.58186.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.69%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=54.69%
G=15.94%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175519400.710.460.31339.1954.8744.31
HexAF335E0472E1F153372c
Octal25763136010756375236754
Binary1010111111001110111100100011110111011111101010011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF335E; }

 p { color: rgb(175,51,94); }

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

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

 a { background-color: rgb(175,51,94); }

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

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

 span { border-color: rgb(175,51,94); }

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