#AF2D42

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

Shades of Old Rose #AF2D42

Tints of Old Rose #AF2D42

Color information

#AF2D42 (or 0xAF2D42) is unknown color: approx Old Rose. HEX triplet: AF, 2D and 42. RGB value is (175,45,66). Sum of RGB (Red+Green+Blue) = 175+45+66=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2D42 is #50D2BD. Grayscale: #565656. Windows color (decimal): -5296830 or 4337071. OLE color: 4337071.

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

Color convert

RGB1754566-
CMYK00.740.620.31
HSL350.31º59.09%43.14%-
HSV(B)350.31º74.29%68.63%-
XYZ19.611.386.32-
YUV86.26116.57191.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.19%
GREEN value IS 45 (17.97% from 255) = 15.73%
BLUE value IS 66 (26.17% from 255) = 23.08%
R=61.19%
G=15.73%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175456600.740.620.31350.3159.0943.14
HexAF2D4204A3E1F15e3b2b
Octal25755102011276375367353
Binary1010111110110110000100100101011111011111101011110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2D42; }

 p { color: rgb(175,45,66); }

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

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

 a { background-color: rgb(175,45,66); }

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

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

 span { border-color: rgb(175,45,66); }

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