#AA430F

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

Shades of Rust #AA430F

Tints of Rust #AA430F

Color information

#AA430F (or 0xAA430F) is unknown color: approx Rust. HEX triplet: AA, 43 and 0F. RGB value is (170,67,15). Sum of RGB (Red+Green+Blue) = 170+67+15=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA430F is #55BCF0. Grayscale: #5C5C5C. Windows color (decimal): -5618929 or 1000362. OLE color: 1000362.

HSL color Cylindrical-coordinate representation of color #AA430F: hue angle of 20.13º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA430F is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB1706715-
CMYK00.610.910.33
HSL20.13º83.78%36.27%-
HSV(B)20.13º91.18%66.67%-
XYZ18.6712.591.9-
YUV91.8784.62183.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.46%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=67.46%
G=26.59%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170671500.610.910.3320.1383.7836.27
HexAA43F03D5B21145424
Octal25210317075133412412444
Binary101010101000011111101111011011011100001101001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA430F; }

 p { color: rgb(170,67,15); }

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

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

 a { background-color: rgb(170,67,15); }

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

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

 span { border-color: rgb(170,67,15); }

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