#af2244

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

Shades of Old Rose #AF2244

Tints of Old Rose #AF2244

Color information

#AF2244 (or 0xAF2244) is unknown color: approx Old Rose. HEX triplet: AF, 22 and 44. RGB value is (175,34,68). Sum of RGB (Red+Green+Blue) = 175+34+68=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2244 is #50DDBB. Grayscale: #505050. Windows color (decimal): -5299644 or 4465327. OLE color: 4465327.

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

Color convert

RGB1753468-
CMYK00.810.610.31
HSL345.53º67.46%40.98%-
HSV(B)345.53º80.57%68.63%-
XYZ19.2910.686.51-
YUV80.03121.21195.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.18%
GREEN value IS 34 (13.67% from 255) = 12.27%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=63.18%
G=12.27%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175346800.810.610.31345.5367.4640.98
HexAF22440513D1F15a4329
Octal257421040121753753210351
Binary10101111100010100010001010001111101111111010110101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2244; }

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

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

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

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

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

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

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

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