#AF2F45

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

Shades of Old Rose #AF2F45

Tints of Old Rose #AF2F45

Color information

#AF2F45 (or 0xAF2F45) is unknown color: approx Old Rose. HEX triplet: AF, 2F and 45. RGB value is (175,47,69). Sum of RGB (Red+Green+Blue) = 175+47+69=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F45 is #50D0BA. Grayscale: #575757. Windows color (decimal): -5296315 or 4534191. OLE color: 4534191.

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

Color convert

RGB1754769-
CMYK00.730.610.31
HSL349.69º57.66%43.53%-
HSV(B)349.69º73.14%68.63%-
XYZ19.7711.586.82-
YUV87.78117.41190.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.14%
GREEN value IS 47 (18.75% from 255) = 16.15%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=60.14%
G=16.15%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175476900.730.610.31349.6957.6643.53
HexAF2F450493D1F15e3a2c
Octal25757105011175375367254
Binary1010111110111110001010100100111110111111101011110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2F45; }

 p { color: rgb(175,47,69); }

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

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

 a { background-color: rgb(175,47,69); }

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

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

 span { border-color: rgb(175,47,69); }

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