#AF4465

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

Shades of Rouge #AF4465

Tints of Rouge #AF4465

Color information

#AF4465 (or 0xAF4465) is unknown color: approx Rouge. HEX triplet: AF, 44 and 65. RGB value is (175,68,101). Sum of RGB (Red+Green+Blue) = 175+68+101=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4465 is #50BB9A. Grayscale: #676767. Windows color (decimal): -5290907 or 6636719. OLE color: 6636719.

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

Color convert

RGB17568101-
CMYK00.610.420.31
HSL341.5º44.03%47.65%-
HSV(B)341.5º61.14%68.63%-
XYZ22.114.1913.89-
YUV103.75126.45178.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=50.87%
G=19.77%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756810100.610.420.31341.544.0347.65
HexAF446503D2A1F1552c30
Octal25710414507552375255460
Binary1010111110001001100101011110110101011111101010101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4465; }

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

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

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

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

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

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

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

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