#AF2651

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

Shades of Old Rose #AF2651

Tints of Old Rose #AF2651

Color information

#AF2651 (or 0xAF2651) is unknown color: approx Old Rose. HEX triplet: AF, 26 and 51. RGB value is (175,38,81). Sum of RGB (Red+Green+Blue) = 175+38+81=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2651 is #50D9AE. Grayscale: #535353. Windows color (decimal): -5298607 or 5318319. OLE color: 5318319.

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

Color convert

RGB1753881-
CMYK00.780.540.31
HSL341.17º64.32%41.76%-
HSV(B)341.17º78.29%68.63%-
XYZ19.8611.098.88-
YUV83.86126.39193-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.52%
GREEN value IS 38 (15.23% from 255) = 12.93%
BLUE value IS 81 (32.03% from 255) = 27.55%
R=59.52%
G=12.93%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175388100.780.540.31341.1764.3241.76
HexAF265104E361F155402a
Octal257461210116663752510052
Binary10101111100110101000101001110110110111111010101011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2651; }

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

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

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

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

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

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

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

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