#AF2D43

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

Shades of Old Rose #AF2D43

Tints of Old Rose #AF2D43

Color information

#AF2D43 (or 0xAF2D43) is unknown color: approx Old Rose. HEX triplet: AF, 2D and 43. RGB value is (175,45,67). Sum of RGB (Red+Green+Blue) = 175+45+67=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2D43 is #50D2BC. Grayscale: #565656. Windows color (decimal): -5296829 or 4402607. OLE color: 4402607.

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

Color convert

RGB1754567-
CMYK00.740.620.31
HSL349.85º59.09%43.14%-
HSV(B)349.85º74.29%68.63%-
XYZ19.6311.46.48-
YUV86.38117.07191.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.98%
GREEN value IS 45 (17.97% from 255) = 15.68%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=60.98%
G=15.68%
B=23.34%

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
Decimal175456700.740.620.31349.8559.0943.14
HexAF2D4304A3E1F15e3b2b
Octal25755103011276375367353
Binary1010111110110110000110100101011111011111101011110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2D43; }

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

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

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

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

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

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

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

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