#A8520B

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

Shades of Rust #A8520B

Tints of Rust #A8520B

Color information

#A8520B (or 0xA8520B) is unknown color: approx Rust. HEX triplet: A8, 52 and 0B. RGB value is (168,82,11). Sum of RGB (Red+Green+Blue) = 168+82+11=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A8520B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8520B is #57ADF4. Grayscale: #636363. Windows color (decimal): -5746165 or 742056. OLE color: 742056.

HSL color Cylindrical-coordinate representation of color #A8520B: hue angle of 27.13º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8520B is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB1688211-
CMYK00.510.930.34
HSL27.13º87.71%35.1%-
HSV(B)27.13º93.45%65.88%-
XYZ19.2314.382.08-
YUV99.6277.99176.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.37%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 11 (4.69% from 255) = 4.21%
R=64.37%
G=31.42%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168821100.510.930.3427.1387.7135.1
HexA852B0335D221b5823
Octal25012213063135423313043
Binary101010001010010101101100111011101100010110111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8520B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8520B; }

 p { color: rgb(168,82,11); }

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

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

 a { background-color: rgb(168,82,11); }

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

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

 span { border-color: rgb(168,82,11); }

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