#AA4318

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

Shades of Rust #AA4318

Tints of Rust #AA4318

Color information

#AA4318 (or 0xAA4318) is unknown color: approx Rust. HEX triplet: AA, 43 and 18. RGB value is (170,67,24). Sum of RGB (Red+Green+Blue) = 170+67+24=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4318 is #55BCE7. Grayscale: #5D5D5D. Windows color (decimal): -5618920 or 1590186. OLE color: 1590186.

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

Color convert

RGB1706724-
CMYK00.610.860.33
HSL17.67º75.26%38.04%-
HSV(B)17.67º85.88%66.67%-
XYZ18.7512.632.31-
YUV92.989.12183-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.13%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=65.13%
G=25.67%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170672400.610.860.3317.6775.2638.04
HexAA431803D5621124b26
Octal25210330075126412211346
Binary1010101010000111100001111011010110100001100101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4318; }

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

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

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

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

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

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

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

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