#AF426C

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

Shades of Rouge #AF426C

Tints of Rouge #AF426C

Color information

#AF426C (or 0xAF426C) is unknown color: approx Rouge. HEX triplet: AF, 42 and 6C. RGB value is (175,66,108). Sum of RGB (Red+Green+Blue) = 175+66+108=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF426C is #50BD93. Grayscale: #676767. Windows color (decimal): -5291412 or 7094959. OLE color: 7094959.

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

Color convert

RGB17566108-
CMYK00.620.380.31
HSL336.88º45.23%47.25%-
HSV(B)336.88º62.29%68.63%-
XYZ22.3314.0915.73-
YUV103.38130.61179.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=50.14%
G=18.91%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756610800.620.380.31336.8845.2347.25
HexAF426C03E261F1512d2f
Octal25710215407646375215557
Binary1010111110000101101100011111010011011111101010001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF426C; }

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

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

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

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

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

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

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

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