#AF396C

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

Shades of Rouge #AF396C

Tints of Rouge #AF396C

Color information

#AF396C (or 0xAF396C) is unknown color: approx Rouge. HEX triplet: AF, 39 and 6C. RGB value is (175,57,108). Sum of RGB (Red+Green+Blue) = 175+57+108=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF396C is #50C693. Grayscale: #626262. Windows color (decimal): -5293716 or 7092655. OLE color: 7092655.

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

Color convert

RGB17557108-
CMYK00.670.380.31
HSL334.07º50.86%45.49%-
HSV(B)334.07º67.43%68.63%-
XYZ21.8513.1215.57-
YUV98.1133.59182.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 57 (22.66% from 255) = 16.76%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=51.47%
G=16.76%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755710800.670.380.31334.0750.8645.49
HexAF396C043261F14e332d
Octal25771154010346375166355
Binary1010111111100111011000100001110011011111101001110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF396C; }

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

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

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

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

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

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

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

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