#A95300

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

Shades of Rust #A95300

Tints of Rust #A95300

Color information

#A95300 (or 0xA95300) is unknown color: approx Rust. HEX triplet: A9, 53 and 00. RGB value is (169,83,0). Sum of RGB (Red+Green+Blue) = 169+83+0=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A95300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95300 is #56ACFF. Grayscale: #636363. Windows color (decimal): -5680384 or 21417. OLE color: 21417.

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

Color convert

RGB169830-
CMYK00.5110.34
HSL29.47º100%33.14%-
HSV(B)29.47º100%66.27%-
XYZ19.4614.621.8-
YUV99.2571.99177.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.06%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.06%
G=32.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16983000.5110.3429.4710033.14
HexA953003364221d6421
Octal2511230063144423514441
Binary101010011010011001100111100100100010111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95300; }

 p { color: rgb(169,83,0); }

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

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

 a { background-color: rgb(169,83,0); }

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

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

 span { border-color: rgb(169,83,0); }

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