#AE3A07

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

Shades of Rust #AE3A07

Tints of Rust #AE3A07

Color information

#AE3A07 (or 0xAE3A07) is unknown color: approx Rust. HEX triplet: AE, 3A and 07. RGB value is (174,58,7). Sum of RGB (Red+Green+Blue) = 174+58+7=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A07 is #51C5F8. Grayscale: #575757. Windows color (decimal): -5359097 or 473774. OLE color: 473774.

HSL color Cylindrical-coordinate representation of color #AE3A07: hue angle of 18.32º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE3A07 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB174587-
CMYK00.670.960.32
HSL18.32º92.27%35.49%-
HSV(B)18.32º95.98%68.24%-
XYZ19.0112.041.52-
YUV86.8782.93190.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.80%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 7 (3.12% from 255) = 2.93%
R=72.80%
G=24.27%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17458700.670.960.3218.3292.2735.49
HexAE3A70436020125c23
Octal2567270103140402213443
Binary10101110111010111010000111100000100000100101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3A07; }

 p { color: rgb(174,58,7); }

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

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

 a { background-color: rgb(174,58,7); }

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

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

 span { border-color: rgb(174,58,7); }

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