#A84E07

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

Shades of Rust #A84E07

Tints of Rust #A84E07

Color information

#A84E07 (or 0xA84E07) is unknown color: approx Rust. HEX triplet: A8, 4E and 07. RGB value is (168,78,7). Sum of RGB (Red+Green+Blue) = 168+78+7=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84E07 is #57B1F8. Grayscale: #616161. Windows color (decimal): -5747193 or 478888. OLE color: 478888.

HSL color Cylindrical-coordinate representation of color #A84E07: hue angle of 26.46º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A84E07 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB168787-
CMYK00.540.960.34
HSL26.46º92%34.31%-
HSV(B)26.46º95.83%65.88%-
XYZ18.9113.791.87-
YUV96.8277.32178.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.40%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 7 (3.12% from 255) = 2.77%
R=66.40%
G=30.83%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16878700.540.960.3426.469234.31
HexA84E703660221a5c22
Octal2501167066140423213442
Binary10101000100111011101101101100000100010110101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84E07; }

 p { color: rgb(168,78,7); }

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

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

 a { background-color: rgb(168,78,7); }

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

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

 span { border-color: rgb(168,78,7); }

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