#AF3047

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

Shades of Old Rose #AF3047

Tints of Old Rose #AF3047

Color information

#AF3047 (or 0xAF3047) is unknown color: approx Old Rose. HEX triplet: AF, 30 and 47. RGB value is (175,48,71). Sum of RGB (Red+Green+Blue) = 175+48+71=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3047 is #50CFB8. Grayscale: #585858. Windows color (decimal): -5296057 or 4665519. OLE color: 4665519.

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

Color convert

RGB1754871-
CMYK00.730.590.31
HSL349.13º56.95%43.73%-
HSV(B)349.13º72.57%68.63%-
XYZ19.8711.687.17-
YUV88.59118.08189.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.52%
GREEN value IS 48 (19.14% from 255) = 16.33%
BLUE value IS 71 (28.12% from 255) = 24.15%
R=59.52%
G=16.33%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175487100.730.590.31349.1356.9543.73
HexAF30470493B1F15d392c
Octal25760107011173375357154
Binary1010111111000010001110100100111101111111101011101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3047; }

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

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

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

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

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

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

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

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