#AF3441

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

Shades of Old Rose #AF3441

Tints of Old Rose #AF3441

Color information

#AF3441 (or 0xAF3441) is unknown color: approx Old Rose. HEX triplet: AF, 34 and 41. RGB value is (175,52,65). Sum of RGB (Red+Green+Blue) = 175+52+65=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3441 is #50CBBE. Grayscale: #5A5A5A. Windows color (decimal): -5295039 or 4273327. OLE color: 4273327.

HSL color Cylindrical-coordinate representation of color #AF3441: hue angle of 353.66º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3441 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1755265-
CMYK00.700.630.31
HSL353.66º54.19%44.51%-
HSV(B)353.66º70.29%68.63%-
XYZ19.8611.956.26-
YUV90.26113.75188.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.93%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 65 (25.78% from 255) = 22.26%
R=59.93%
G=17.81%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175526500.700.630.31353.6654.1944.51
HexAF34410463F1F162362d
Octal25764101010677375426655
Binary1010111111010010000010100011011111111111101100010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3441; }

 p { color: rgb(175,52,65); }

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

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

 a { background-color: rgb(175,52,65); }

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

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

 span { border-color: rgb(175,52,65); }

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