#A54E0A

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

Shades of Rust #A54E0A

Tints of Rust #A54E0A

Color information

#A54E0A (or 0xA54E0A) is unknown color: approx Rust. HEX triplet: A5, 4E and 0A. RGB value is (165,78,10). Sum of RGB (Red+Green+Blue) = 165+78+10=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54E0A is #5AB1F5. Grayscale: #606060. Windows color (decimal): -5943798 or 675493. OLE color: 675493.

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

Color convert

RGB1657810-
CMYK00.530.940.35
HSL26.32º88.57%34.31%-
HSV(B)26.32º93.94%64.71%-
XYZ18.313.471.92-
YUV96.2679.32177.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.22%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 10 (4.30% from 255) = 3.95%
R=65.22%
G=30.83%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165781000.530.940.3526.3288.5734.31
HexA54EA0355E231a5922
Octal24511612065136433213142
Binary101001011001110101001101011011110100011110101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54E0A; }

 p { color: rgb(165,78,10); }

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

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

 a { background-color: rgb(165,78,10); }

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

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

 span { border-color: rgb(165,78,10); }

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