#AF3D5E

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

Shades of Rouge #AF3D5E

Tints of Rouge #AF3D5E

Color information

#AF3D5E (or 0xAF3D5E) is unknown color: approx Rouge. HEX triplet: AF, 3D and 5E. RGB value is (175,61,94). Sum of RGB (Red+Green+Blue) = 175+61+94=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3D5E is #50C2A1. Grayscale: #626262. Windows color (decimal): -5292706 or 6176175. OLE color: 6176175.

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

Color convert

RGB1756194-
CMYK00.650.460.31
HSL342.63º48.31%46.27%-
HSV(B)342.63º65.14%68.63%-
XYZ21.3713.2612.02-
YUV98.85125.27182.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.03%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 94 (37.11% from 255) = 28.48%
R=53.03%
G=18.48%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175619400.650.460.31342.6348.3146.27
HexAF3D5E0412E1F157302e
Octal25775136010156375276056
Binary1010111111110110111100100000110111011111101010111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3D5E; }

 p { color: rgb(175,61,94); }

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

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

 a { background-color: rgb(175,61,94); }

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

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

 span { border-color: rgb(175,61,94); }

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