#AF1F4C

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

Shades of Old Rose #AF1F4C

Tints of Old Rose #AF1F4C

Color information

#AF1F4C (or 0xAF1F4C) is unknown color: approx Old Rose. HEX triplet: AF, 1F and 4C. RGB value is (175,31,76). Sum of RGB (Red+Green+Blue) = 175+31+76=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1F4C is #50E0B3. Grayscale: #4F4F4F. Windows color (decimal): -5300404 or 4988847. OLE color: 4988847.

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

Color convert

RGB1753176-
CMYK00.820.570.31
HSL341.25º69.9%40.39%-
HSV(B)341.25º82.29%68.63%-
XYZ19.4710.627.86-
YUV79.19126.21196.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.06%
GREEN value IS 31 (12.5% from 255) = 10.99%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=62.06%
G=10.99%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175317600.820.570.31341.2569.940.39
HexAF1F4C052391F1554628
Octal257371140122713752510650
Binary1010111111111100110001010010111001111111010101011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1F4C; }

 p { color: rgb(175,31,76); }

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

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

 a { background-color: rgb(175,31,76); }

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

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

 span { border-color: rgb(175,31,76); }

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