#AF244C

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

Shades of Old Rose #AF244C

Tints of Old Rose #AF244C

Color information

#AF244C (or 0xAF244C) is unknown color: approx Old Rose. HEX triplet: AF, 24 and 4C. RGB value is (175,36,76). Sum of RGB (Red+Green+Blue) = 175+36+76=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF244C is #50DBB3. Grayscale: #525252. Windows color (decimal): -5299124 or 4990127. OLE color: 4990127.

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

Color convert

RGB1753676-
CMYK00.790.570.31
HSL342.73º65.88%41.37%-
HSV(B)342.73º79.43%68.63%-
XYZ19.6110.97.91-
YUV82.12124.55194.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.98%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=60.98%
G=12.54%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175367600.790.570.31342.7365.8841.37
HexAF244C04F391F1574229
Octal257441140117713752710251
Binary10101111100100100110001001111111001111111010101111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF244C; }

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

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

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

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

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

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

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

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