#AF3844

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

Shades of Old Rose #AF3844

Tints of Old Rose #AF3844

Color information

#AF3844 (or 0xAF3844) is unknown color: approx Old Rose. HEX triplet: AF, 38 and 44. RGB value is (175,56,68). Sum of RGB (Red+Green+Blue) = 175+56+68=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3844 is #50C7BB. Grayscale: #5D5D5D. Windows color (decimal): -5294012 or 4470959. OLE color: 4470959.

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

Color convert

RGB1755668-
CMYK00.680.610.31
HSL353.95º51.52%45.29%-
HSV(B)353.95º68%68.63%-
XYZ20.1412.366.79-
YUV92.95113.92186.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.53%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 68 (26.95% from 255) = 22.74%
R=58.53%
G=18.73%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175566800.680.610.31353.9551.5245.29
HexAF38440443D1F162342d
Octal25770104010475375426455
Binary1010111111100010001000100010011110111111101100010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3844; }

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

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

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

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

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

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

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

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