#AF3046

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

Shades of Old Rose #AF3046

Tints of Old Rose #AF3046

Color information

#AF3046 (or 0xAF3046) is unknown color: approx Old Rose. HEX triplet: AF, 30 and 46. RGB value is (175,48,70). Sum of RGB (Red+Green+Blue) = 175+48+70=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3046 is #50CFB9. Grayscale: #585858. Windows color (decimal): -5296058 or 4599983. OLE color: 4599983.

HSL color Cylindrical-coordinate representation of color #AF3046: hue angle of 349.61º 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 #AF3046 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1754870-
CMYK00.730.600.31
HSL349.61º56.95%43.73%-
HSV(B)349.61º72.57%68.63%-
XYZ19.8411.677-
YUV88.48117.58189.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.73%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 70 (27.73% from 255) = 23.89%
R=59.73%
G=16.38%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175487000.730.600.31349.6156.9543.73
HexAF30460493C1F15e392c
Octal25760106011174375367154
Binary1010111111000010001100100100111110011111101011110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3046; }

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

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

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

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

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

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

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

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