Html Css Color HEX #AE5011 Rust

📋 copy color: '#AE5011'

red 174 ◦ green 80 ◦ blue 17

#AE5011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #AE5011

Tints of Rust #AE5011

RGB

 RED value IS 174 (68.36% from 255) = 64.21%

 GREEN value IS 80 (31.64% from 255) = 29.52%

 BLUE value IS 17 (7.03% from 255) = 6.27%

R = 64.21%
G = 29.52%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE5011 (or 0xAE5011) is known color: Rust. HEX triplet: AE, 50 and 11. RGB value is (174,80,17). Sum of RGB (Red+Green+Blue) = 174+80+17=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5011 is #51AFEE. Grayscale: #656565. Windows color (decimal): -5353455 or 1134766. OLE color: 1134766.

HSL color Cylindrical-coordinate representation of color #AE5011: hue angle of 24.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE5011 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 80 17 -
CMYK 0 0.54 0.90 0.32
HSL 24.08º 0.82% 0.37% -
HSV(B) 24.08º 0.9% 0.68% -
XYZ 20.43 14.78 2.31 -
YUV 100.92 80.64 180.12 -
System Red Green Blue C M Y K H S L
Decimal 174 80 17 0 0.54 0.90 0.32 24.08 0.82 0.37
Hex AE 50 11 0 36 5A 20 18 52 25
Octal 256 120 21 0 66 132 40 30 122 45
Binary 10101110 1010000 10001 0 110110 1011010 100000 11000 1010010 100101

Color Harmonies of #AE5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5011

Black with #AE5011

Text Example


Text Example

White with #AE5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5011; }

 p { color: rgb(174,80,17); }

 H1.HeaderClassName
 {
   color: #AE5011;
 }
 .AnyTagClassName
 {
   color: #AE5011;
 }
</style>

background-color css

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

 a { background-color: rgb(174,80,17); }

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

border-color css

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

 span { border-color: rgb(174,80,17); }

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