#AE4009

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

Shades of Rust #AE4009

Tints of Rust #AE4009

Color information

#AE4009 (or 0xAE4009) is unknown color: approx Rust. HEX triplet: AE, 40 and 09. RGB value is (174,64,9). Sum of RGB (Red+Green+Blue) = 174+64+9=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4009 is #51BFF6. Grayscale: #5A5A5A. Windows color (decimal): -5357559 or 606382. OLE color: 606382.

HSL color Cylindrical-coordinate representation of color #AE4009: hue angle of 20º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE4009 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB174649-
CMYK00.630.950.32
HSL20º90.16%35.88%-
HSV(B)20º94.83%68.24%-
XYZ19.3412.691.69-
YUV90.6281.94187.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.45%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 9 (3.91% from 255) = 3.64%
R=70.45%
G=25.91%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17464900.630.950.322090.1635.88
HexAE40903F5F20145a24
Octal25610011077137402413244
Binary101011101000000100101111111011111100000101001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4009; }

 p { color: rgb(174,64,9); }

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

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

 a { background-color: rgb(174,64,9); }

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

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

 span { border-color: rgb(174,64,9); }

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