#AE4408

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

Shades of Rust #AE4408

Tints of Rust #AE4408

Color information

#AE4408 (or 0xAE4408) is unknown color: approx Rust. HEX triplet: AE, 44 and 08. RGB value is (174,68,8). Sum of RGB (Red+Green+Blue) = 174+68+8=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4408 is #51BBF7. Grayscale: #5D5D5D. Windows color (decimal): -5356536 or 541870. OLE color: 541870.

HSL color Cylindrical-coordinate representation of color #AE4408: hue angle of 21.69º degrees, saturation: 0.91, 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 #AE4408 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB174688-
CMYK00.610.950.32
HSL21.69º91.21%35.69%-
HSV(B)21.69º95.4%68.24%-
XYZ19.5713.151.74-
YUV92.8580.12185.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.6%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 8 (3.52% from 255) = 3.2%
R=69.6%
G=27.2%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17468800.610.950.3221.6991.2135.69
HexAE44803D5F20165b24
Octal25610410075137402613344
Binary101011101000100100001111011011111100000101101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4408; }

 p { color: rgb(174,68,8); }

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

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

 a { background-color: rgb(174,68,8); }

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

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

 span { border-color: rgb(174,68,8); }

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