#A82A05

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

Shades of Rust #A82A05

Tints of Rust #A82A05

Color information

#A82A05 (or 0xA82A05) is unknown color: approx Rust. HEX triplet: A8, 2A and 05. RGB value is (168,42,5). Sum of RGB (Red+Green+Blue) = 168+42+5=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82A05 is #57D5FA. Grayscale: #4B4B4B. Windows color (decimal): -5756411 or 338600. OLE color: 338600.

HSL color Cylindrical-coordinate representation of color #A82A05: hue angle of 13.62º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A82A05 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB168425-
CMYK00.750.970.34
HSL13.62º94.22%33.92%-
HSV(B)13.62º97.02%65.88%-
XYZ179.991.18-
YUV75.4688.24194.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 78.14%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 5 (2.34% from 255) = 2.33%
R=78.14%
G=19.53%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16842500.750.970.3413.6294.2233.92
HexA82A504B6122e5e22
Octal2505250113141421613642
Binary1010100010101010101001011110000110001011101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82A05; }

 p { color: rgb(168,42,5); }

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

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

 a { background-color: rgb(168,42,5); }

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

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

 span { border-color: rgb(168,42,5); }

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