#AF3643

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

Shades of Old Rose #AF3643

Tints of Old Rose #AF3643

Color information

#AF3643 (or 0xAF3643) is unknown color: approx Old Rose. HEX triplet: AF, 36 and 43. RGB value is (175,54,67). Sum of RGB (Red+Green+Blue) = 175+54+67=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3643 is #50C9BC. Grayscale: #5B5B5B. Windows color (decimal): -5294525 or 4404911. OLE color: 4404911.

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

Color convert

RGB1755467-
CMYK00.690.620.31
HSL353.55º52.84%44.9%-
HSV(B)353.55º69.14%68.63%-
XYZ20.0112.166.6-
YUV91.66114.09187.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.12%
GREEN value IS 54 (21.48% from 255) = 18.24%
BLUE value IS 67 (26.56% from 255) = 22.64%
R=59.12%
G=18.24%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175546700.690.620.31353.5552.8444.9
HexAF36430453E1F162352d
Octal25766103010576375426555
Binary1010111111011010000110100010111111011111101100010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3643; }

 p { color: rgb(175,54,67); }

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

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

 a { background-color: rgb(175,54,67); }

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

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

 span { border-color: rgb(175,54,67); }

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