#AF3845

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

Shades of Old Rose #AF3845

Tints of Old Rose #AF3845

Color information

#AF3845 (or 0xAF3845) is unknown color: approx Old Rose. HEX triplet: AF, 38 and 45. RGB value is (175,56,69). Sum of RGB (Red+Green+Blue) = 175+56+69=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3845 is #50C7BA. Grayscale: #5D5D5D. Windows color (decimal): -5294011 or 4536495. OLE color: 4536495.

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

Color convert

RGB1755669-
CMYK00.680.610.31
HSL353.45º51.52%45.29%-
HSV(B)353.45º68%68.63%-
XYZ20.1712.376.96-
YUV93.06114.42186.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.33%
GREEN value IS 56 (22.27% from 255) = 18.67%
BLUE value IS 69 (27.34% from 255) = 23%
R=58.33%
G=18.67%
B=23%

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
Decimal175566900.680.610.31353.4551.5245.29
HexAF38450443D1F161342d
Octal25770105010475375416455
Binary1010111111100010001010100010011110111111101100001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3845; }

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

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

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

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

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

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

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

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