#A54F01

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

Shades of Rust #A54F01

Tints of Rust #A54F01

Color information

#A54F01 (or 0xA54F01) is unknown color: approx Rust. HEX triplet: A5, 4F and 01. RGB value is (165,79,1). Sum of RGB (Red+Green+Blue) = 165+79+1=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54F01 is #5AB0FE. Grayscale: #606060. Windows color (decimal): -5943551 or 85925. OLE color: 85925.

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

Color convert

RGB165791-
CMYK00.520.990.35
HSL28.54º98.8%32.55%-
HSV(B)28.54º99.39%64.71%-
XYZ18.3213.591.69-
YUV95.8274.49177.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.35%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=67.35%
G=32.24%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16579100.520.990.3528.5498.832.55
HexA54F103463231d6321
Octal2451171064143433514341
Binary101001011001111101101001100011100011111011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F01; }

 p { color: rgb(165,79,1); }

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

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

 a { background-color: rgb(165,79,1); }

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

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

 span { border-color: rgb(165,79,1); }

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