#a54d00

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

Shades of Rust #A54D00

Tints of Rust #A54D00

Color information

#A54D00 (or 0xA54D00) is unknown color: approx Rust. HEX triplet: A5, 4D and 00. RGB value is (165,77,0). Sum of RGB (Red+Green+Blue) = 165+77+0=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54D00 is #5AB2FF. Grayscale: #5E5E5E. Windows color (decimal): -5944064 or 19877. OLE color: 19877.

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

Color convert

RGB165770-
CMYK00.5310.35
HSL28º100%32.35%-
HSV(B)28º100%64.71%-
XYZ18.1713.311.61-
YUV94.5374.65178.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.18%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.18%
G=31.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16577000.5310.352810032.35
HexA54D003564231c6420
Octal2451150065144433414440
Binary101001011001101001101011100100100011111001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54d00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54d00; }

 p { color: rgb(165,77,0); }

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

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

 a { background-color: rgb(165,77,0); }

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

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

 span { border-color: rgb(165,77,0); }

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