#AA4F01

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

Shades of Rust #AA4F01

Tints of Rust #AA4F01

Color information

#AA4F01 (or 0xAA4F01) is unknown color: approx Rust. HEX triplet: AA, 4F and 01. RGB value is (170,79,1). Sum of RGB (Red+Green+Blue) = 170+79+1=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F01 is #55B0FE. Grayscale: #616161. Windows color (decimal): -5615871 or 85930. OLE color: 85930.

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

Color convert

RGB170791-
CMYK00.540.990.33
HSL27.69º98.83%33.53%-
HSV(B)27.69º99.41%66.67%-
XYZ19.3814.141.74-
YUV97.3273.65179.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 1 (0.78% from 255) = 0.4%
R=68%
G=31.6%
B=0.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17079100.540.990.3327.6998.8333.53
HexAA4F103663211c6322
Octal2521171066143413414342
Binary101010101001111101101101100011100001111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4F01; }

 p { color: rgb(170,79,1); }

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

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

 a { background-color: rgb(170,79,1); }

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

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

 span { border-color: rgb(170,79,1); }

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