#af3c68

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

Shades of Rouge #AF3C68

Tints of Rouge #AF3C68

Color information

#AF3C68 (or 0xAF3C68) is unknown color: approx Rouge. HEX triplet: AF, 3C and 68. RGB value is (175,60,104). Sum of RGB (Red+Green+Blue) = 175+60+104=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C68 is #50C397. Grayscale: #636363. Windows color (decimal): -5292952 or 6831279. OLE color: 6831279.

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

Color convert

RGB17560104-
CMYK00.660.410.31
HSL337.04º48.94%46.08%-
HSV(B)337.04º65.71%68.63%-
XYZ21.7913.3514.52-
YUV99.4130.6181.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.62%
GREEN value IS 60 (23.83% from 255) = 17.70%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=51.62%
G=17.70%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756010400.660.410.31337.0448.9446.08
HexAF3C68042291F151312e
Octal25774150010251375216156
Binary1010111111110011010000100001010100111111101010001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3c68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3c68; }

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

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

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

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

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

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

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

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