#AF304A

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

Shades of Old Rose #AF304A

Tints of Old Rose #AF304A

Color information

#AF304A (or 0xAF304A) is unknown color: approx Old Rose. HEX triplet: AF, 30 and 4A. RGB value is (175,48,74). Sum of RGB (Red+Green+Blue) = 175+48+74=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF304A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF304A is #50CFB5. Grayscale: #585858. Windows color (decimal): -5296054 or 4862127. OLE color: 4862127.

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

Color convert

RGB1754874-
CMYK00.730.580.31
HSL347.72º56.95%43.73%-
HSV(B)347.72º72.57%68.63%-
XYZ19.9711.727.69-
YUV88.94119.58189.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.92%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=58.92%
G=16.16%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175487400.730.580.31347.7256.9543.73
HexAF304A0493A1F15c392c
Octal25760112011172375347154
Binary1010111111000010010100100100111101011111101011100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF304A; }

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

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

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

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

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

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

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

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