#A84B06

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

Shades of Rust #A84B06

Tints of Rust #A84B06

Color information

#A84B06 (or 0xA84B06) is unknown color: approx Rust. HEX triplet: A8, 4B and 06. RGB value is (168,75,6). Sum of RGB (Red+Green+Blue) = 168+75+6=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84B06 is #57B4F9. Grayscale: #5F5F5F. Windows color (decimal): -5747962 or 412584. OLE color: 412584.

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

Color convert

RGB168756-
CMYK00.550.960.34
HSL25.56º93.1%34.12%-
HSV(B)25.56º96.43%65.88%-
XYZ18.713.371.77-
YUV94.9477.81180.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.47%
GREEN value IS 75 (29.69% from 255) = 30.12%
BLUE value IS 6 (2.73% from 255) = 2.41%
R=67.47%
G=30.12%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16875600.550.960.3425.5693.134.12
HexA84B603760221a5d22
Octal2501136067140423213542
Binary10101000100101111001101111100000100010110101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84B06; }

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

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

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

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

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

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

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

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