#AF224A

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

Shades of Old Rose #AF224A

Tints of Old Rose #AF224A

Color information

#AF224A (or 0xAF224A) is unknown color: approx Old Rose. HEX triplet: AF, 22 and 4A. RGB value is (175,34,74). Sum of RGB (Red+Green+Blue) = 175+34+74=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF224A is #50DDB5. Grayscale: #505050. Windows color (decimal): -5299638 or 4858543. OLE color: 4858543.

HSL color Cylindrical-coordinate representation of color #AF224A: hue angle of 342.98º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF224A is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1753474-
CMYK00.810.580.31
HSL342.98º67.46%40.98%-
HSV(B)342.98º80.57%68.63%-
XYZ19.4910.757.53-
YUV80.72124.21195.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.84%
GREEN value IS 34 (13.67% from 255) = 12.01%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=61.84%
G=12.01%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175347400.810.580.31342.9867.4640.98
HexAF224A0513A1F1574329
Octal257421120121723752710351
Binary10101111100010100101001010001111010111111010101111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF224A; }

 p { color: rgb(175,34,74); }

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

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

 a { background-color: rgb(175,34,74); }

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

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

 span { border-color: rgb(175,34,74); }

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