#AF2842

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

Shades of Old Rose #AF2842

Tints of Old Rose #AF2842

Color information

#AF2842 (or 0xAF2842) is unknown color: approx Old Rose. HEX triplet: AF, 28 and 42. RGB value is (175,40,66). Sum of RGB (Red+Green+Blue) = 175+40+66=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2842 is #50D7BD. Grayscale: #535353. Windows color (decimal): -5298110 or 4335791. OLE color: 4335791.

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

Color convert

RGB1754066-
CMYK00.770.620.31
HSL348.44º62.79%42.16%-
HSV(B)348.44º77.14%68.63%-
XYZ19.4211.026.26-
YUV83.33118.23193.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.28%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=62.28%
G=14.23%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175406600.770.620.31348.4462.7942.16
HexAF284204D3E1F15c3f2a
Octal25750102011576375347752
Binary1010111110100010000100100110111111011111101011100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2842; }

 p { color: rgb(175,40,66); }

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

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

 a { background-color: rgb(175,40,66); }

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

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

 span { border-color: rgb(175,40,66); }

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