#AF2847

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

Shades of Old Rose #AF2847

Tints of Old Rose #AF2847

Color information

#AF2847 (or 0xAF2847) is unknown color: approx Old Rose. HEX triplet: AF, 28 and 47. RGB value is (175,40,71). Sum of RGB (Red+Green+Blue) = 175+40+71=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2847 is #50D7B8. Grayscale: #535353. Windows color (decimal): -5298105 or 4663471. OLE color: 4663471.

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

Color convert

RGB1754071-
CMYK00.770.590.31
HSL346.22º62.79%42.16%-
HSV(B)346.22º77.14%68.63%-
XYZ19.5811.097.07-
YUV83.9120.73192.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.19%
GREEN value IS 40 (16.02% from 255) = 13.99%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=61.19%
G=13.99%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175407100.770.590.31346.2262.7942.16
HexAF284704D3B1F15a3f2a
Octal25750107011573375327752
Binary1010111110100010001110100110111101111111101011010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2847; }

 p { color: rgb(175,40,71); }

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

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

 a { background-color: rgb(175,40,71); }

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

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

 span { border-color: rgb(175,40,71); }

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