#AF446A

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

Shades of Rouge #AF446A

Tints of Rouge #AF446A

Color information

#AF446A (or 0xAF446A) is unknown color: approx Rouge. HEX triplet: AF, 44 and 6A. RGB value is (175,68,106). Sum of RGB (Red+Green+Blue) = 175+68+106=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF446A is #50BB95. Grayscale: #686868. Windows color (decimal): -5290902 or 6964399. OLE color: 6964399.

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

Color convert

RGB17568106-
CMYK00.610.390.31
HSL338.69º44.03%47.65%-
HSV(B)338.69º61.14%68.63%-
XYZ22.3514.2915.22-
YUV104.32128.95178.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 106 (41.80% from 255) = 30.37%
R=50.14%
G=19.48%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756810600.610.390.31338.6944.0347.65
HexAF446A03D271F1532c30
Octal25710415207547375235460
Binary1010111110001001101010011110110011111111101010011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF446A; }

 p { color: rgb(175,68,106); }

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

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

 a { background-color: rgb(175,68,106); }

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

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

 span { border-color: rgb(175,68,106); }

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