#A53707

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

Shades of Rust #A53707

Tints of Rust #A53707

Color information

#A53707 (or 0xA53707) is unknown color: approx Rust. HEX triplet: A5, 37 and 07. RGB value is (165,55,7). Sum of RGB (Red+Green+Blue) = 165+55+7=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A53707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53707 is #5AC8F8. Grayscale: #525252. Windows color (decimal): -5949689 or 472997. OLE color: 472997.

HSL color Cylindrical-coordinate representation of color #A53707: hue angle of 18.23º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A53707 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB165557-
CMYK00.670.960.35
HSL18.23º91.86%33.73%-
HSV(B)18.23º95.76%64.71%-
XYZ16.9210.751.38-
YUV82.4285.44186.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 72.69%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 7 (3.12% from 255) = 3.08%
R=72.69%
G=24.23%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16555700.670.960.3518.2391.8633.73
HexA53770436023125c22
Octal2456770103140432213442
Binary10100101110111111010000111100000100011100101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53707; }

 p { color: rgb(165,55,7); }

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

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

 a { background-color: rgb(165,55,7); }

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

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

 span { border-color: rgb(165,55,7); }

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