#A44700

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

Shades of Rust #A44700

Tints of Rust #A44700

Color information

#A44700 (or 0xA44700) is unknown color: approx Rust. HEX triplet: A4, 47 and 00. RGB value is (164,71,0). Sum of RGB (Red+Green+Blue) = 164+71+0=235 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.79% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 164 - color contains mainly: red. Hex color #A44700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44700 is #5BB8FF. Grayscale: #5B5B5B. Windows color (decimal): -6011136 or 18340. OLE color: 18340.

HSL color Cylindrical-coordinate representation of color #A44700: hue angle of 25.98º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A44700 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB164710-
CMYK00.5710.36
HSL25.98º100%32.16%-
HSV(B)25.98º100%64.31%-
XYZ17.5612.41.47-
YUV90.7176.81180.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 69.79%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.79%
G=30.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16471000.5710.3625.9810032.16
HexA447003964241a6420
Octal2441070071144443214440
Binary101001001000111001110011100100100100110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44700; }

 p { color: rgb(164,71,0); }

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

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

 a { background-color: rgb(164,71,0); }

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

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

 span { border-color: rgb(164,71,0); }

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