#AF3740

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

Shades of Old Rose #AF3740

Tints of Old Rose #AF3740

Color information

#AF3740 (or 0xAF3740) is unknown color: approx Old Rose. HEX triplet: AF, 37 and 40. RGB value is (175,55,64). Sum of RGB (Red+Green+Blue) = 175+55+64=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3740 is #50C8BF. Grayscale: #5B5B5B. Windows color (decimal): -5294272 or 4208559. OLE color: 4208559.

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

Color convert

RGB1755564-
CMYK00.690.630.31
HSL355.5º52.17%45.1%-
HSV(B)355.5º68.57%68.63%-
XYZ19.9712.226.16-
YUV91.91112.26187.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.52%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=59.52%
G=18.71%
B=21.77%

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
Decimal175556400.690.630.31355.552.1745.1
HexAF37400453F1F164342d
Octal25767100010577375446455
Binary1010111111011110000000100010111111111111101100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3740; }

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

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

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

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

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

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

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

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