#A85207

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

Shades of Rust #A85207

Tints of Rust #A85207

Color information

#A85207 (or 0xA85207) is unknown color: approx Rust. HEX triplet: A8, 52 and 07. RGB value is (168,82,7). Sum of RGB (Red+Green+Blue) = 168+82+7=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A85207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85207 is #57ADF8. Grayscale: #636363. Windows color (decimal): -5746169 or 479912. OLE color: 479912.

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

Color convert

RGB168827-
CMYK00.510.960.34
HSL27.95º92%34.31%-
HSV(B)27.95º95.83%65.88%-
XYZ19.214.371.96-
YUV99.1675.99177.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.37%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 7 (3.12% from 255) = 2.72%
R=65.37%
G=31.91%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16882700.510.960.3427.959234.31
HexA852703360221c5c22
Octal2501227063140423413442
Binary10101000101001011101100111100000100010111001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85207; }

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

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

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

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

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

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

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

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