#AF2C4C

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

Shades of Old Rose #AF2C4C

Tints of Old Rose #AF2C4C

Color information

#AF2C4C (or 0xAF2C4C) is unknown color: approx Old Rose. HEX triplet: AF, 2C and 4C. RGB value is (175,44,76). Sum of RGB (Red+Green+Blue) = 175+44+76=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C4C is #50D3B3. Grayscale: #565656. Windows color (decimal): -5297076 or 4992175. OLE color: 4992175.

HSL color Cylindrical-coordinate representation of color #AF2C4C: hue angle of 345.34º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2C4C is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1754476-
CMYK00.750.570.31
HSL345.34º59.82%42.94%-
HSV(B)345.34º74.86%68.63%-
XYZ19.8811.448-
YUV86.82121.9190.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.32%
GREEN value IS 44 (17.58% from 255) = 14.92%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=59.32%
G=14.92%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175447600.750.570.31345.3459.8242.94
HexAF2C4C04B391F1593c2b
Octal25754114011371375317453
Binary1010111110110010011000100101111100111111101011001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2C4C; }

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

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

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

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

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

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

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

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