#AF356C

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

Shades of Rouge #AF356C

Tints of Rouge #AF356C

Color information

#AF356C (or 0xAF356C) is unknown color: approx Rouge. HEX triplet: AF, 35 and 6C. RGB value is (175,53,108). Sum of RGB (Red+Green+Blue) = 175+53+108=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF356C is #50CA93. Grayscale: #5F5F5F. Windows color (decimal): -5294740 or 7091631. OLE color: 7091631.

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

Color convert

RGB17553108-
CMYK00.700.380.31
HSL332.95º53.51%44.71%-
HSV(B)332.95º69.71%68.63%-
XYZ21.6612.7415.51-
YUV95.75134.92184.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.08%
GREEN value IS 53 (21.09% from 255) = 15.77%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=52.08%
G=15.77%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755310800.700.380.31332.9553.5144.71
HexAF356C046261F14d362d
Octal25765154010646375156655
Binary1010111111010111011000100011010011011111101001101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF356C; }

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

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

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

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

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

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

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

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