#AF4362

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

Shades of Rouge #AF4362

Tints of Rouge #AF4362

Color information

#AF4362 (or 0xAF4362) is unknown color: approx Rouge. HEX triplet: AF, 43 and 62. RGB value is (175,67,98). Sum of RGB (Red+Green+Blue) = 175+67+98=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4362 is #50BC9D. Grayscale: #666666. Windows color (decimal): -5291166 or 6439855. OLE color: 6439855.

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

Color convert

RGB1756798-
CMYK00.620.440.31
HSL342.78º44.63%47.45%-
HSV(B)342.78º61.71%68.63%-
XYZ21.8914.0113.11-
YUV102.83125.28179.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 67 (26.56% from 255) = 19.71%
BLUE value IS 98 (38.67% from 255) = 28.82%
R=51.47%
G=19.71%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175679800.620.440.31342.7844.6347.45
HexAF436203E2C1F1572d2f
Octal25710314207654375275557
Binary1010111110000111100010011111010110011111101010111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4362; }

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

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

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

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

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

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

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

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