#AF244D

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

Shades of Old Rose #AF244D

Tints of Old Rose #AF244D

Color information

#AF244D (or 0xAF244D) is unknown color: approx Old Rose. HEX triplet: AF, 24 and 4D. RGB value is (175,36,77). Sum of RGB (Red+Green+Blue) = 175+36+77=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF244D is #50DBB2. Grayscale: #525252. Windows color (decimal): -5299123 or 5055663. OLE color: 5055663.

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

Color convert

RGB1753677-
CMYK00.790.560.31
HSL342.3º65.88%41.37%-
HSV(B)342.3º79.43%68.63%-
XYZ19.6510.918.09-
YUV82.24125.05194.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.76%
GREEN value IS 36 (14.45% from 255) = 12.5%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=60.76%
G=12.5%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175367700.790.560.31342.365.8841.37
HexAF244D04F381F1564229
Octal257441150117703752610251
Binary10101111100100100110101001111111000111111010101101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF244D; }

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

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

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

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

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

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

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

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