#A75200

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

Shades of Rust #A75200

Tints of Rust #A75200

Color information

#A75200 (or 0xA75200) is unknown color: approx Rust. HEX triplet: A7, 52 and 00. RGB value is (167,82,0). Sum of RGB (Red+Green+Blue) = 167+82+0=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A75200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75200 is #58ADFF. Grayscale: #626262. Windows color (decimal): -5811712 or 21159. OLE color: 21159.

HSL color Cylindrical-coordinate representation of color #A75200: hue angle of 29.46º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A75200 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB167820-
CMYK00.5110.35
HSL29.46º100%32.75%-
HSV(B)29.46º100%65.49%-
XYZ18.9514.251.75-
YUV98.0772.66177.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.07%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.07%
G=32.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16782000.5110.3529.4610032.75
HexA752003364231d6421
Octal2471220063144433514441
Binary101001111010010001100111100100100011111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75200; }

 p { color: rgb(167,82,0); }

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

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

 a { background-color: rgb(167,82,0); }

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

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

 span { border-color: rgb(167,82,0); }

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