#AF2151

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

Shades of Old Rose #AF2151

Tints of Old Rose #AF2151

Color information

#AF2151 (or 0xAF2151) is unknown color: approx Old Rose. HEX triplet: AF, 21 and 51. RGB value is (175,33,81). Sum of RGB (Red+Green+Blue) = 175+33+81=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2151 is #50DEAE. Grayscale: #505050. Windows color (decimal): -5299887 or 5317039. OLE color: 5317039.

HSL color Cylindrical-coordinate representation of color #AF2151: hue angle of 339.72º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2151 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1753381-
CMYK00.810.540.31
HSL339.72º68.27%40.78%-
HSV(B)339.72º81.14%68.63%-
XYZ19.7110.88.83-
YUV80.93128.04195.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.55%
GREEN value IS 33 (13.28% from 255) = 11.42%
BLUE value IS 81 (32.03% from 255) = 28.03%
R=60.55%
G=11.42%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175338100.810.540.31339.7268.2740.78
HexAF2151051361F1544429
Octal257411210121663752410451
Binary10101111100001101000101010001110110111111010101001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2151; }

 p { color: rgb(175,33,81); }

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

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

 a { background-color: rgb(175,33,81); }

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

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

 span { border-color: rgb(175,33,81); }

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