#A54204

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

Shades of Rust #A54204

Tints of Rust #A54204

Color information

#A54204 (or 0xA54204) is unknown color: approx Rust. HEX triplet: A5, 42 and 04. RGB value is (165,66,4). Sum of RGB (Red+Green+Blue) = 165+66+4=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A54204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54204 is #5ABDFB. Grayscale: #585858. Windows color (decimal): -5946876 or 279205. OLE color: 279205.

HSL color Cylindrical-coordinate representation of color #A54204: hue angle of 23.11º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A54204 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB165664-
CMYK00.600.980.35
HSL23.11º95.27%33.14%-
HSV(B)23.11º97.58%64.71%-
XYZ17.4911.91.49-
YUV88.5380.3182.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 70.21%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 4 (1.95% from 255) = 1.70%
R=70.21%
G=28.09%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16566400.600.980.3523.1195.2733.14
HexA542403C6223175f21
Octal2451024074142432713741
Binary10100101100001010001111001100010100011101111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54204; }

 p { color: rgb(165,66,4); }

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

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

 a { background-color: rgb(165,66,4); }

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

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

 span { border-color: rgb(165,66,4); }

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