#A54F06

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

Shades of Rust #A54F06

Tints of Rust #A54F06

Color information

#A54F06 (or 0xA54F06) is unknown color: approx Rust. HEX triplet: A5, 4F and 06. RGB value is (165,79,6). Sum of RGB (Red+Green+Blue) = 165+79+6=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54F06 is #5AB0F9. Grayscale: #606060. Windows color (decimal): -5943546 or 413605. OLE color: 413605.

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

Color convert

RGB165796-
CMYK00.520.960.35
HSL27.55º92.98%33.53%-
HSV(B)27.55º96.36%64.71%-
XYZ18.3513.61.83-
YUV96.3976.99176.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 6 (2.73% from 255) = 2.4%
R=66%
G=31.6%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16579600.520.960.3527.5592.9833.53
HexA54F603460231c5d22
Octal2451176064140433413542
Binary10100101100111111001101001100000100011111001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F06; }

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

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

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

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

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

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

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

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