#AF4161

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

Shades of Rouge #AF4161

Tints of Rouge #AF4161

Color information

#AF4161 (or 0xAF4161) is unknown color: approx Rouge. HEX triplet: AF, 41 and 61. RGB value is (175,65,97). Sum of RGB (Red+Green+Blue) = 175+65+97=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4161 is #50BE9E. Grayscale: #656565. Windows color (decimal): -5291679 or 6373807. OLE color: 6373807.

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

Color convert

RGB1756597-
CMYK00.630.450.31
HSL342.55º45.83%47.06%-
HSV(B)342.55º62.86%68.63%-
XYZ21.7313.7612.82-
YUV101.54125.44180.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=51.93%
G=19.29%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175659700.630.450.31342.5545.8347.06
HexAF416103F2D1F1572e2f
Octal25710114107755375275657
Binary1010111110000011100001011111110110111111101010111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4161; }

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

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

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

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

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

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

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

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