#AF3540

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

Shades of Old Rose #AF3540

Tints of Old Rose #AF3540

Color information

#AF3540 (or 0xAF3540) is unknown color: approx Old Rose. HEX triplet: AF, 35 and 40. RGB value is (175,53,64). Sum of RGB (Red+Green+Blue) = 175+53+64=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3540 is #50CABF. Grayscale: #5A5A5A. Windows color (decimal): -5294784 or 4208047. OLE color: 4208047.

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

Color convert

RGB1755364-
CMYK00.700.630.31
HSL354.59º53.51%44.71%-
HSV(B)354.59º69.71%68.63%-
XYZ19.8812.036.12-
YUV90.73112.92188.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.93%
GREEN value IS 53 (21.09% from 255) = 18.15%
BLUE value IS 64 (25.39% from 255) = 21.92%
R=59.93%
G=18.15%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175536400.700.630.31354.5953.5144.71
HexAF35400463F1F163362d
Octal25765100010677375436655
Binary1010111111010110000000100011011111111111101100011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3540; }

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

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

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

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

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

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

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

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