Html Css Color HEX #AE5016 Rust

📋 copy color: '#AE5016'

red 174 ◦ green 80 ◦ blue 22

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

Shades of Rust #AE5016

Tints of Rust #AE5016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.97%

R = 63.04%
G = 28.99%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE5016 (or 0xAE5016) is known color: Rust. HEX triplet: AE, 50 and 16. RGB value is (174,80,22). Sum of RGB (Red+Green+Blue) = 174+80+22=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5016 is #51AFE9. Grayscale: #656565. Windows color (decimal): -5353450 or 1462446. OLE color: 1462446.

HSL color Cylindrical-coordinate representation of color #AE5016: hue angle of 22.89º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE5016 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 80 22 -
CMYK 0 0.54 0.87 0.32
HSL 22.89º 0.78% 0.38% -
HSV(B) 22.89º 0.87% 0.68% -
XYZ 20.47 14.79 2.54 -
YUV 101.49 83.14 179.72 -
System Red Green Blue C M Y K H S L
Decimal 174 80 22 0 0.54 0.87 0.32 22.89 0.78 0.38
Hex AE 50 16 0 36 57 20 17 4E 26
Octal 256 120 26 0 66 127 40 27 116 46
Binary 10101110 1010000 10110 0 110110 1010111 100000 10111 1001110 100110

Color Harmonies of #AE5016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5016

Black with #AE5016

Text Example


Text Example

White with #AE5016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5016; }

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

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

background-color css

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

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

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

border-color css

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

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

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