#A83C07

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

Shades of Rust #A83C07

Tints of Rust #A83C07

Color information

#A83C07 (or 0xA83C07) is unknown color: approx Rust. HEX triplet: A8, 3C and 07. RGB value is (168,60,7). Sum of RGB (Red+Green+Blue) = 168+60+7=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C07 is #57C3F8. Grayscale: #565656. Windows color (decimal): -5751801 or 474280. OLE color: 474280.

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

Color convert

RGB168607-
CMYK00.640.960.34
HSL19.75º92%34.31%-
HSV(B)19.75º95.83%65.88%-
XYZ17.811.571.5-
YUV86.2583.28186.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 71.49%
GREEN value IS 60 (23.83% from 255) = 25.53%
BLUE value IS 7 (3.12% from 255) = 2.98%
R=71.49%
G=25.53%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16860700.640.960.3419.759234.31
HexA83C70406022145c22
Octal2507470100140422413442
Binary10101000111100111010000001100000100010101001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83C07; }

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

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

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

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

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

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

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

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