#AF284E

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

Shades of Old Rose #AF284E

Tints of Old Rose #AF284E

Color information

#AF284E (or 0xAF284E) is unknown color: approx Old Rose. HEX triplet: AF, 28 and 4E. RGB value is (175,40,78). Sum of RGB (Red+Green+Blue) = 175+40+78=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF284E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF284E is #50D7B1. Grayscale: #545454. Windows color (decimal): -5298098 or 5122223. OLE color: 5122223.

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

Color convert

RGB1754078-
CMYK00.770.550.31
HSL343.11º62.79%42.16%-
HSV(B)343.11º77.14%68.63%-
XYZ19.8111.188.32-
YUV84.7124.23192.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.73%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=59.73%
G=13.65%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175407800.770.550.31343.1162.7942.16
HexAF284E04D371F1573f2a
Octal25750116011567375277752
Binary1010111110100010011100100110111011111111101010111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF284E; }

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

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

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

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

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

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

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

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