#AF415F

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

Shades of Rouge #AF415F

Tints of Rouge #AF415F

Color information

#AF415F (or 0xAF415F) is unknown color: approx Rouge. HEX triplet: AF, 41 and 5F. RGB value is (175,65,95). Sum of RGB (Red+Green+Blue) = 175+65+95=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF415F is #50BEA0. Grayscale: #656565. Windows color (decimal): -5291681 or 6242735. OLE color: 6242735.

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

Color convert

RGB1756595-
CMYK00.630.460.31
HSL343.64º45.83%47.06%-
HSV(B)343.64º62.86%68.63%-
XYZ21.6413.7212.33-
YUV101.31124.44180.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=52.24%
G=19.40%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175659500.630.460.31343.6445.8347.06
HexAF415F03F2E1F1582e2f
Octal25710113707756375305657
Binary1010111110000011011111011111110111011111101011000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF415F; }

 p { color: rgb(175,65,95); }

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

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

 a { background-color: rgb(175,65,95); }

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

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

 span { border-color: rgb(175,65,95); }

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