#A84506

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

Shades of Rust #A84506

Tints of Rust #A84506

Color information

#A84506 (or 0xA84506) is unknown color: approx Rust. HEX triplet: A8, 45 and 06. RGB value is (168,69,6). Sum of RGB (Red+Green+Blue) = 168+69+6=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A84506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84506 is #57BAF9. Grayscale: #5B5B5B. Windows color (decimal): -5749498 or 411048. OLE color: 411048.

HSL color Cylindrical-coordinate representation of color #A84506: hue angle of 23.33º degrees, saturation: 0.93, 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 #A84506 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB168696-
CMYK00.590.960.34
HSL23.33º93.1%34.12%-
HSV(B)23.33º96.43%65.88%-
XYZ18.3112.591.64-
YUV91.4279.8182.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 69.14%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 6 (2.73% from 255) = 2.47%
R=69.14%
G=28.40%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16869600.590.960.3423.3393.134.12
HexA845603B6022175d22
Octal2501056073140422713542
Binary10101000100010111001110111100000100010101111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84506; }

 p { color: rgb(168,69,6); }

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

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

 a { background-color: rgb(168,69,6); }

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

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

 span { border-color: rgb(168,69,6); }

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