#A54407

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

Shades of Rust #A54407

Tints of Rust #A54407

Color information

#A54407 (or 0xA54407) is unknown color: approx Rust. HEX triplet: A5, 44 and 07. RGB value is (165,68,7). Sum of RGB (Red+Green+Blue) = 165+68+7=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A54407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54407 is #5ABBF8. Grayscale: #5A5A5A. Windows color (decimal): -5946361 or 476325. OLE color: 476325.

HSL color Cylindrical-coordinate representation of color #A54407: hue angle of 23.16º 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 #A54407 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB165687-
CMYK00.590.960.35
HSL23.16º91.86%33.73%-
HSV(B)23.16º95.76%64.71%-
XYZ17.6212.151.62-
YUV90.0581.14181.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.75%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 7 (3.12% from 255) = 2.92%
R=68.75%
G=28.33%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16568700.590.960.3523.1691.8633.73
HexA544703B6023175c22
Octal2451047073140432713442
Binary10100101100010011101110111100000100011101111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54407; }

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

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

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

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

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

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

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

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