#A83406

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

Shades of Rust #A83406

Tints of Rust #A83406

Color information

#A83406 (or 0xA83406) is unknown color: approx Rust. HEX triplet: A8, 34 and 06. RGB value is (168,52,6). Sum of RGB (Red+Green+Blue) = 168+52+6=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A83406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83406 is #57CBF9. Grayscale: #515151. Windows color (decimal): -5753850 or 406696. OLE color: 406696.

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

Color convert

RGB168526-
CMYK00.690.960.34
HSL17.04º93.1%34.12%-
HSV(B)17.04º96.43%65.88%-
XYZ17.4110.791.34-
YUV81.4485.43189.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 74.34%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 6 (2.73% from 255) = 2.65%
R=74.34%
G=23.01%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16852600.690.960.3417.0493.134.12
HexA83460456022115d22
Octal2506460105140422113542
Binary10101000110100110010001011100000100010100011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83406; }

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

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

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

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

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

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

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

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