#AA3D18

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

Shades of Rust #AA3D18

Tints of Rust #AA3D18

Color information

#AA3D18 (or 0xAA3D18) is unknown color: approx Rust. HEX triplet: AA, 3D and 18. RGB value is (170,61,24). Sum of RGB (Red+Green+Blue) = 170+61+24=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3D18 is #55C2E7. Grayscale: #595959. Windows color (decimal): -5620456 or 1588650. OLE color: 1588650.

HSL color Cylindrical-coordinate representation of color #AA3D18: hue angle of 15.21º 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 #AA3D18 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB1706124-
CMYK00.640.860.33
HSL15.21º75.26%38.04%-
HSV(B)15.21º85.88%66.67%-
XYZ18.4111.952.2-
YUV89.3791.11185.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.67%
GREEN value IS 61 (24.22% from 255) = 23.92%
BLUE value IS 24 (9.77% from 255) = 9.41%
R=66.67%
G=23.92%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170612400.640.860.3315.2175.2638.04
HexAA3D180405621f4b26
Octal25275300100126411711346
Binary101010101111011100001000000101011010000111111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3D18; }

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

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

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

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

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

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

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

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