#AF3C64

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

Shades of Rouge #AF3C64

Tints of Rouge #AF3C64

Color information

#AF3C64 (or 0xAF3C64) is unknown color: approx Rouge. HEX triplet: AF, 3C and 64. RGB value is (175,60,100). Sum of RGB (Red+Green+Blue) = 175+60+100=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C64 is #50C39B. Grayscale: #626262. Windows color (decimal): -5292956 or 6569135. OLE color: 6569135.

HSL color Cylindrical-coordinate representation of color #AF3C64: hue angle of 339.13º 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 #AF3C64 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17560100-
CMYK00.660.430.31
HSL339.13º48.94%46.08%-
HSV(B)339.13º65.71%68.63%-
XYZ21.613.2713.48-
YUV98.94128.6182.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 60 (23.83% from 255) = 17.91%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=52.24%
G=17.91%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756010000.660.430.31339.1348.9446.08
HexAF3C640422B1F153312e
Octal25774144010253375236156
Binary1010111111110011001000100001010101111111101010011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3C64; }

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

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

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

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

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

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

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

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