#A54C06

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

Shades of Rust #A54C06

Tints of Rust #A54C06

Color information

#A54C06 (or 0xA54C06) is unknown color: approx Rust. HEX triplet: A5, 4C and 06. RGB value is (165,76,6). Sum of RGB (Red+Green+Blue) = 165+76+6=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C06 is #5AB3F9. Grayscale: #5F5F5F. Windows color (decimal): -5944314 or 412837. OLE color: 412837.

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

Color convert

RGB165766-
CMYK00.540.960.35
HSL26.42º92.98%33.53%-
HSV(B)26.42º96.36%64.71%-
XYZ18.1313.181.76-
YUV94.6377.99178.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.80%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 6 (2.73% from 255) = 2.43%
R=66.80%
G=30.77%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16576600.540.960.3526.4292.9833.53
HexA54C603660231a5d22
Octal2451146066140433213542
Binary10100101100110011001101101100000100011110101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C06; }

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

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

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

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

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

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

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

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