#A54E06

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

Shades of Rust #A54E06

Tints of Rust #A54E06

Color information

#A54E06 (or 0xA54E06) is unknown color: approx Rust. HEX triplet: A5, 4E and 06. RGB value is (165,78,6). Sum of RGB (Red+Green+Blue) = 165+78+6=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54E06 is #5AB1F9. Grayscale: #606060. Windows color (decimal): -5943802 or 413349. OLE color: 413349.

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

Color convert

RGB165786-
CMYK00.530.960.35
HSL27.17º92.98%33.53%-
HSV(B)27.17º96.36%64.71%-
XYZ18.2713.461.81-
YUV95.877.32177.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.27%
GREEN value IS 78 (30.86% from 255) = 31.33%
BLUE value IS 6 (2.73% from 255) = 2.41%
R=66.27%
G=31.33%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16578600.530.960.3527.1792.9833.53
HexA54E603560231b5d22
Octal2451166065140433313542
Binary10100101100111011001101011100000100011110111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54E06; }

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

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

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

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

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

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

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

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