#af1e4e

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

Shades of Old Rose #AF1E4E

Tints of Old Rose #AF1E4E

Color information

#AF1E4E (or 0xAF1E4E) is unknown color: approx Old Rose. HEX triplet: AF, 1E and 4E. RGB value is (175,30,78). Sum of RGB (Red+Green+Blue) = 175+30+78=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1E4E is #50E1B1. Grayscale: #4E4E4E. Windows color (decimal): -5300658 or 5119663. OLE color: 5119663.

HSL color Cylindrical-coordinate representation of color #AF1E4E: hue angle of 340.14º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1E4E is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1753078-
CMYK00.830.550.31
HSL340.14º70.73%40.2%-
HSV(B)340.14º82.86%68.63%-
XYZ19.5210.598.22-
YUV78.83127.54196.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.84%
GREEN value IS 30 (12.11% from 255) = 10.60%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=61.84%
G=10.60%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175307800.830.550.31340.1470.7340.2
HexAF1E4E053371F1544728
Octal257361160123673752410750
Binary1010111111110100111001010011110111111111010101001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1e4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1e4e; }

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

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

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

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

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

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

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

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