#AF3562

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

Shades of Rouge #AF3562

Tints of Rouge #AF3562

Color information

#AF3562 (or 0xAF3562) is unknown color: approx Rouge. HEX triplet: AF, 35 and 62. RGB value is (175,53,98). Sum of RGB (Red+Green+Blue) = 175+53+98=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3562 is #50CA9D. Grayscale: #5E5E5E. Windows color (decimal): -5294750 or 6436271. OLE color: 6436271.

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

Color convert

RGB1755398-
CMYK00.700.440.31
HSL337.87º53.51%44.71%-
HSV(B)337.87º69.71%68.63%-
XYZ21.1612.5412.86-
YUV94.61129.92185.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.68%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=53.68%
G=16.26%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175539800.700.440.31337.8753.5144.71
HexAF35620462C1F152362d
Octal25765142010654375226655
Binary1010111111010111000100100011010110011111101010010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3562; }

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

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

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

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

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

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

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

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