#AF4061

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

Shades of Rouge #AF4061

Tints of Rouge #AF4061

Color information

#AF4061 (or 0xAF4061) is unknown color: approx Rouge. HEX triplet: AF, 40 and 61. RGB value is (175,64,97). Sum of RGB (Red+Green+Blue) = 175+64+97=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4061 is #50BF9E. Grayscale: #646464. Windows color (decimal): -5291935 or 6373551. OLE color: 6373551.

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

Color convert

RGB1756497-
CMYK00.630.450.31
HSL342.16º46.44%46.86%-
HSV(B)342.16º63.43%68.63%-
XYZ21.6713.6412.8-
YUV100.95125.77180.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.08%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 97 (38.28% from 255) = 28.87%
R=52.08%
G=19.05%
B=28.87%

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
Decimal175649700.630.450.31342.1646.4446.86
HexAF406103F2D1F1562e2f
Octal25710014107755375265657
Binary1010111110000001100001011111110110111111101010110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4061; }

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

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

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

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

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

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

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

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