#AA4315

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

Shades of Rust #AA4315

Tints of Rust #AA4315

Color information

#AA4315 (or 0xAA4315) is unknown color: approx Rust. HEX triplet: AA, 43 and 15. RGB value is (170,67,21). Sum of RGB (Red+Green+Blue) = 170+67+21=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4315 is #55BCEA. Grayscale: #5C5C5C. Windows color (decimal): -5618923 or 1393578. OLE color: 1393578.

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

Color convert

RGB1706721-
CMYK00.610.880.33
HSL18.52º78.01%37.45%-
HSV(B)18.52º87.65%66.67%-
XYZ18.7212.612.16-
YUV92.5587.62183.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.89%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 21 (8.59% from 255) = 8.14%
R=65.89%
G=25.97%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170672100.610.880.3318.5278.0137.45
HexAA431503D5821134e25
Octal25210325075130412311645
Binary1010101010000111010101111011011000100001100111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4315; }

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

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

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

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

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

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

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

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