#AF3545

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

Shades of Old Rose #AF3545

Tints of Old Rose #AF3545

Color information

#AF3545 (or 0xAF3545) is unknown color: approx Old Rose. HEX triplet: AF, 35 and 45. RGB value is (175,53,69). Sum of RGB (Red+Green+Blue) = 175+53+69=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3545 is #50CABA. Grayscale: #5B5B5B. Windows color (decimal): -5294779 or 4535727. OLE color: 4535727.

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

Color convert

RGB1755369-
CMYK00.700.610.31
HSL352.13º53.51%44.71%-
HSV(B)352.13º69.71%68.63%-
XYZ20.0312.096.91-
YUV91.3115.42187.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.92%
GREEN value IS 53 (21.09% from 255) = 17.85%
BLUE value IS 69 (27.34% from 255) = 23.23%
R=58.92%
G=17.85%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175536900.700.610.31352.1353.5144.71
HexAF35450463D1F160362d
Octal25765105010675375406655
Binary1010111111010110001010100011011110111111101100000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3545; }

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

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

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

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

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

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

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

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