#AF3C6D

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

Shades of Rouge #AF3C6D

Tints of Rouge #AF3C6D

Color information

#AF3C6D (or 0xAF3C6D) is unknown color: approx Rouge. HEX triplet: AF, 3C and 6D. RGB value is (175,60,109). Sum of RGB (Red+Green+Blue) = 175+60+109=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C6D is #50C392. Grayscale: #636363. Windows color (decimal): -5292947 or 7158959. OLE color: 7158959.

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

Color convert

RGB17560109-
CMYK00.660.380.31
HSL334.43º48.94%46.08%-
HSV(B)334.43º65.71%68.63%-
XYZ22.0613.4515.9-
YUV99.97133.1181.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 60 (23.83% from 255) = 17.44%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=50.87%
G=17.44%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756010900.660.380.31334.4348.9446.08
HexAF3C6D042261F14e312e
Octal25774155010246375166156
Binary1010111111110011011010100001010011011111101001110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3C6D; }

 p { color: rgb(175,60,109); }

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

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

 a { background-color: rgb(175,60,109); }

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

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

 span { border-color: rgb(175,60,109); }

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