#AF375F

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

Shades of Rouge #AF375F

Tints of Rouge #AF375F

Color information

#AF375F (or 0xAF375F) is unknown color: approx Rouge. HEX triplet: AF, 37 and 5F. RGB value is (175,55,95). Sum of RGB (Red+Green+Blue) = 175+55+95=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF375F is #50C8A0. Grayscale: #5F5F5F. Windows color (decimal): -5294241 or 6240175. OLE color: 6240175.

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

Color convert

RGB1755595-
CMYK00.690.460.31
HSL340º52.17%45.1%-
HSV(B)340º68.57%68.63%-
XYZ21.1112.6712.16-
YUV95.44127.76184.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.85%
GREEN value IS 55 (21.88% from 255) = 16.92%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=53.85%
G=16.92%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175559500.690.460.3134052.1745.1
HexAF375F0452E1F154342d
Octal25767137010556375246455
Binary1010111111011110111110100010110111011111101010100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF375F; }

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

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

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

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

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

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

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

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