#af2546

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

Shades of Old Rose #AF2546

Tints of Old Rose #AF2546

Color information

#AF2546 (or 0xAF2546) is unknown color: approx Old Rose. HEX triplet: AF, 25 and 46. RGB value is (175,37,70). Sum of RGB (Red+Green+Blue) = 175+37+70=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2546 is #50DAB9. Grayscale: #525252. Windows color (decimal): -5298874 or 4597167. OLE color: 4597167.

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

Color convert

RGB1753770-
CMYK00.790.600.31
HSL345.65º65.09%41.57%-
HSV(B)345.65º78.86%68.63%-
XYZ19.4510.886.87-
YUV82.02121.22194.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.06%
GREEN value IS 37 (14.84% from 255) = 13.12%
BLUE value IS 70 (27.73% from 255) = 24.82%
R=62.06%
G=13.12%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175377000.790.600.31345.6565.0941.57
HexAF254604F3C1F15a412a
Octal257451060117743753210152
Binary10101111100101100011001001111111100111111010110101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2546; }

 p { color: rgb(175,37,70); }

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

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

 a { background-color: rgb(175,37,70); }

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

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

 span { border-color: rgb(175,37,70); }

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