#AF1C47

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

Shades of Old Rose #AF1C47

Tints of Old Rose #AF1C47

Color information

#AF1C47 (or 0xAF1C47) is unknown color: approx Old Rose. HEX triplet: AF, 1C and 47. RGB value is (175,28,71). Sum of RGB (Red+Green+Blue) = 175+28+71=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C47 is #50E3B8. Grayscale: #4C4C4C. Windows color (decimal): -5301177 or 4660399. OLE color: 4660399.

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

Color convert

RGB1752871-
CMYK00.840.590.31
HSL342.45º72.41%39.8%-
HSV(B)342.45º84%68.63%-
XYZ19.2310.46.95-
YUV76.85124.7198-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.87%
GREEN value IS 28 (11.33% from 255) = 10.22%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=63.87%
G=10.22%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175287100.840.590.31342.4572.4139.8
HexAF1C470543B1F1564828
Octal257341070124733752611050
Binary1010111111100100011101010100111011111111010101101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1C47; }

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

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

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

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

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

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

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

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