#A82C07

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

Shades of Rust #A82C07

Tints of Rust #A82C07

Color information

#A82C07 (or 0xA82C07) is unknown color: approx Rust. HEX triplet: A8, 2C and 07. RGB value is (168,44,7). Sum of RGB (Red+Green+Blue) = 168+44+7=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C07 is #57D3F8. Grayscale: #4D4D4D. Windows color (decimal): -5755897 or 470184. OLE color: 470184.

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

Color convert

RGB168447-
CMYK00.740.960.34
HSL13.79º92%34.31%-
HSV(B)13.79º95.83%65.88%-
XYZ17.0910.141.26-
YUV76.8688.58193.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.71%
GREEN value IS 44 (17.58% from 255) = 20.09%
BLUE value IS 7 (3.12% from 255) = 3.20%
R=76.71%
G=20.09%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16844700.740.960.3413.799234.31
HexA82C704A6022e5c22
Octal2505470112140421613442
Binary1010100010110011101001010110000010001011101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82C07; }

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

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

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

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

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

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

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

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