#AE4D02

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

Shades of Rust #AE4D02

Tints of Rust #AE4D02

Color information

#AE4D02 (or 0xAE4D02) is unknown color: approx Rust. HEX triplet: AE, 4D and 02. RGB value is (174,77,2). Sum of RGB (Red+Green+Blue) = 174+77+2=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D02 is #51B2FD. Grayscale: #616161. Windows color (decimal): -5354238 or 150958. OLE color: 150958.

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

Color convert

RGB174772-
CMYK00.560.990.32
HSL26.16º97.73%34.51%-
HSV(B)26.16º98.85%68.24%-
XYZ20.1214.311.76-
YUV97.4574.14182.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.77%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=68.77%
G=30.43%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17477200.560.990.3226.1697.7334.51
HexAE4D203863201a6223
Octal2561152070143403214243
Binary1010111010011011001110001100011100000110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4D02; }

 p { color: rgb(174,77,2); }

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

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

 a { background-color: rgb(174,77,2); }

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

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

 span { border-color: rgb(174,77,2); }

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