#AF3741

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

Shades of Old Rose #AF3741

Tints of Old Rose #AF3741

Color information

#AF3741 (or 0xAF3741) is unknown color: approx Old Rose. HEX triplet: AF, 37 and 41. RGB value is (175,55,65). Sum of RGB (Red+Green+Blue) = 175+55+65=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3741 is #50C8BE. Grayscale: #5C5C5C. Windows color (decimal): -5294271 or 4274095. OLE color: 4274095.

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

Color convert

RGB1755565-
CMYK00.690.630.31
HSL355º52.17%45.1%-
HSV(B)355º68.57%68.63%-
XYZ2012.236.31-
YUV92.02112.76187.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.32%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=59.32%
G=18.64%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175556500.690.630.3135552.1745.1
HexAF37410453F1F163342d
Octal25767101010577375436455
Binary1010111111011110000010100010111111111111101100011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3741; }

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

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

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

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

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

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

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

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