#AF2442

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

Shades of Old Rose #AF2442

Tints of Old Rose #AF2442

Color information

#AF2442 (or 0xAF2442) is unknown color: approx Old Rose. HEX triplet: AF, 24 and 42. RGB value is (175,36,66). Sum of RGB (Red+Green+Blue) = 175+36+66=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2442 is #50DBBD. Grayscale: #515151. Windows color (decimal): -5299134 or 4334767. OLE color: 4334767.

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

Color convert

RGB1753666-
CMYK00.790.620.31
HSL347.05º65.88%41.37%-
HSV(B)347.05º79.43%68.63%-
XYZ19.2910.776.22-
YUV80.98119.55195.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.18%
GREEN value IS 36 (14.45% from 255) = 13.00%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=63.18%
G=13.00%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175366600.790.620.31347.0565.8841.37
HexAF244204F3E1F15b4229
Octal257441020117763753310251
Binary10101111100100100001001001111111110111111010110111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2442; }

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

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

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

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

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

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

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

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