#AF224C

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

Shades of Old Rose #AF224C

Tints of Old Rose #AF224C

Color information

#AF224C (or 0xAF224C) is unknown color: approx Old Rose. HEX triplet: AF, 22 and 4C. RGB value is (175,34,76). Sum of RGB (Red+Green+Blue) = 175+34+76=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF224C is #50DDB3. Grayscale: #505050. Windows color (decimal): -5299636 or 4989615. OLE color: 4989615.

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

Color convert

RGB1753476-
CMYK00.810.570.31
HSL342.13º67.46%40.98%-
HSV(B)342.13º80.57%68.63%-
XYZ19.5610.787.89-
YUV80.95125.21195.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.40%
GREEN value IS 34 (13.67% from 255) = 11.93%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=61.40%
G=11.93%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175347600.810.570.31342.1367.4640.98
HexAF224C051391F1564329
Octal257421140121713752610351
Binary10101111100010100110001010001111001111111010101101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF224C; }

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

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

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

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

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

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

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

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