#A83F06

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

Shades of Rust #A83F06

Tints of Rust #A83F06

Color information

#A83F06 (or 0xA83F06) is unknown color: approx Rust. HEX triplet: A8, 3F and 06. RGB value is (168,63,6). Sum of RGB (Red+Green+Blue) = 168+63+6=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83F06 is #57C0F9. Grayscale: #585858. Windows color (decimal): -5751034 or 409512. OLE color: 409512.

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

Color convert

RGB168636-
CMYK00.630.960.34
HSL21.11º93.1%34.12%-
HSV(B)21.11º96.43%65.88%-
XYZ17.9611.891.52-
YUV87.981.79185.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 70.89%
GREEN value IS 63 (25% from 255) = 26.58%
BLUE value IS 6 (2.73% from 255) = 2.53%
R=70.89%
G=26.58%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16863600.630.960.3421.1193.134.12
HexA83F603F6022155d22
Octal250776077140422513542
Binary1010100011111111001111111100000100010101011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83F06; }

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

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

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

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

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

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

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

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