#AF3C5C

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

Shades of Rouge #AF3C5C

Tints of Rouge #AF3C5C

Color information

#AF3C5C (or 0xAF3C5C) is unknown color: approx Rouge. HEX triplet: AF, 3C and 5C. RGB value is (175,60,92). Sum of RGB (Red+Green+Blue) = 175+60+92=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C5C is #50C3A3. Grayscale: #626262. Windows color (decimal): -5292964 or 6044847. OLE color: 6044847.

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

Color convert

RGB1756092-
CMYK00.660.470.31
HSL343.3º48.94%46.08%-
HSV(B)343.3º65.71%68.63%-
XYZ21.2313.1211.54-
YUV98.03124.6182.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.52%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 92 (36.33% from 255) = 28.13%
R=53.52%
G=18.35%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175609200.660.470.31343.348.9446.08
HexAF3C5C0422F1F157312e
Octal25774134010257375276156
Binary1010111111110010111000100001010111111111101010111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3C5C; }

 p { color: rgb(175,60,92); }

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

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

 a { background-color: rgb(175,60,92); }

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

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

 span { border-color: rgb(175,60,92); }

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