#a54704

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

Shades of Rust #A54704

Tints of Rust #A54704

Color information

#A54704 (or 0xA54704) is unknown color: approx Rust. HEX triplet: A5, 47 and 04. RGB value is (165,71,4). Sum of RGB (Red+Green+Blue) = 165+71+4=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A54704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54704 is #5AB8FB. Grayscale: #5B5B5B. Windows color (decimal): -5945596 or 280485. OLE color: 280485.

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

Color convert

RGB165714-
CMYK00.570.980.35
HSL24.97º95.27%33.14%-
HSV(B)24.97º97.58%64.71%-
XYZ17.7912.511.59-
YUV91.4778.64180.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.75%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=68.75%
G=29.58%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16571400.570.980.3524.9795.2733.14
HexA54740396223195f21
Octal2451074071142433113741
Binary10100101100011110001110011100010100011110011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54704; }

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

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

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

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

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

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

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

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