#AE4C02

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

Shades of Rust #AE4C02

Tints of Rust #AE4C02

Color information

#AE4C02 (or 0xAE4C02) is unknown color: approx Rust. HEX triplet: AE, 4C and 02. RGB value is (174,76,2). Sum of RGB (Red+Green+Blue) = 174+76+2=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4C02 is #51B3FD. Grayscale: #616161. Windows color (decimal): -5354494 or 150702. OLE color: 150702.

HSL color Cylindrical-coordinate representation of color #AE4C02: hue angle of 25.81º 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 #AE4C02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB174762-
CMYK00.560.990.32
HSL25.81º97.73%34.51%-
HSV(B)25.81º98.85%68.24%-
XYZ20.0514.171.74-
YUV96.8774.47183.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.05%
GREEN value IS 76 (30.08% from 255) = 30.16%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=69.05%
G=30.16%
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
Decimal17476200.560.990.3225.8197.7334.51
HexAE4C203863201a6223
Octal2561142070143403214243
Binary1010111010011001001110001100011100000110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C02; }

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

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

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

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

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

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

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

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