#A85007

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

Shades of Rust #A85007

Tints of Rust #A85007

Color information

#A85007 (or 0xA85007) is unknown color: approx Rust. HEX triplet: A8, 50 and 07. RGB value is (168,80,7). Sum of RGB (Red+Green+Blue) = 168+80+7=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A85007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85007 is #57AFF8. Grayscale: #626262. Windows color (decimal): -5746681 or 479400. OLE color: 479400.

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

Color convert

RGB168807-
CMYK00.520.960.34
HSL27.2º92%34.31%-
HSV(B)27.2º95.83%65.88%-
XYZ19.0614.081.91-
YUV97.9976.65177.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.88%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 7 (3.12% from 255) = 2.75%
R=65.88%
G=31.37%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16880700.520.960.3427.29234.31
HexA850703460221b5c22
Octal2501207064140423313442
Binary10101000101000011101101001100000100010110111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85007; }

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

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

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

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

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

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

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

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