#AF396F

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

Shades of Rouge #AF396F

Tints of Rouge #AF396F

Color information

#AF396F (or 0xAF396F) is unknown color: approx Rouge. HEX triplet: AF, 39 and 6F. RGB value is (175,57,111). Sum of RGB (Red+Green+Blue) = 175+57+111=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF396F is #50C690. Grayscale: #626262. Windows color (decimal): -5293713 or 7289263. OLE color: 7289263.

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

Color convert

RGB17557111-
CMYK00.670.370.31
HSL332.54º50.86%45.49%-
HSV(B)332.54º67.43%68.63%-
XYZ22.0113.1916.42-
YUV98.44135.09182.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=51.02%
G=16.62%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755711100.670.370.31332.5450.8645.49
HexAF396F043251F14d332d
Octal25771157010345375156355
Binary1010111111100111011110100001110010111111101001101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF396F; }

 p { color: rgb(175,57,111); }

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

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

 a { background-color: rgb(175,57,111); }

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

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

 span { border-color: rgb(175,57,111); }

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