#AF244E

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

Shades of Old Rose #AF244E

Tints of Old Rose #AF244E

Color information

#AF244E (or 0xAF244E) is unknown color: approx Old Rose. HEX triplet: AF, 24 and 4E. RGB value is (175,36,78). Sum of RGB (Red+Green+Blue) = 175+36+78=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF244E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF244E is #50DBB1. Grayscale: #525252. Windows color (decimal): -5299122 or 5121199. OLE color: 5121199.

HSL color Cylindrical-coordinate representation of color #AF244E: hue angle of 341.87º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF244E is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1753678-
CMYK00.790.550.31
HSL341.87º65.88%41.37%-
HSV(B)341.87º79.43%68.63%-
XYZ19.6910.938.28-
YUV82.35125.55194.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.55%
GREEN value IS 36 (14.45% from 255) = 12.46%
BLUE value IS 78 (30.86% from 255) = 26.99%
R=60.55%
G=12.46%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175367800.790.550.31341.8765.8841.37
HexAF244E04F371F1564229
Octal257441160117673752610251
Binary10101111100100100111001001111110111111111010101101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF244E; }

 p { color: rgb(175,36,78); }

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

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

 a { background-color: rgb(175,36,78); }

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

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

 span { border-color: rgb(175,36,78); }

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