#AF376E

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

Shades of Rouge #AF376E

Tints of Rouge #AF376E

Color information

#AF376E (or 0xAF376E) is unknown color: approx Rouge. HEX triplet: AF, 37 and 6E. RGB value is (175,55,110). Sum of RGB (Red+Green+Blue) = 175+55+110=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF376E is #50C891. Grayscale: #616161. Windows color (decimal): -5294226 or 7223215. OLE color: 7223215.

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

Color convert

RGB17555110-
CMYK00.690.370.31
HSL332.5º52.17%45.1%-
HSV(B)332.5º68.57%68.63%-
XYZ21.8612.9716.1-
YUV97.15135.26183.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 55 (21.88% from 255) = 16.18%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=51.47%
G=16.18%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755511000.690.370.31332.552.1745.1
HexAF376E045251F14c342d
Octal25767156010545375146455
Binary1010111111011111011100100010110010111111101001100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF376E; }

 p { color: rgb(175,55,110); }

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

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

 a { background-color: rgb(175,55,110); }

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

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

 span { border-color: rgb(175,55,110); }

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