#AF2758

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

Shades of Old Rose #AF2758

Tints of Old Rose #AF2758

Color information

#AF2758 (or 0xAF2758) is unknown color: approx Old Rose. HEX triplet: AF, 27 and 58. RGB value is (175,39,88). Sum of RGB (Red+Green+Blue) = 175+39+88=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2758 is #50D8A7. Grayscale: #555555. Windows color (decimal): -5298344 or 5777327. OLE color: 5777327.

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

Color convert

RGB1753988-
CMYK00.780.500.31
HSL338.38º63.55%41.96%-
HSV(B)338.38º77.71%68.63%-
XYZ20.1711.2710.34-
YUV85.25129.56192.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.95%
GREEN value IS 39 (15.62% from 255) = 12.91%
BLUE value IS 88 (34.77% from 255) = 29.14%
R=57.95%
G=12.91%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175398800.780.500.31338.3863.5541.96
HexAF275804E321F152402a
Octal257471300116623752210052
Binary10101111100111101100001001110110010111111010100101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2758; }

 p { color: rgb(175,39,88); }

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

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

 a { background-color: rgb(175,39,88); }

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

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

 span { border-color: rgb(175,39,88); }

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