Html Css Color HEX #AE560E Rust

📋 copy color: '#AE560E'

red 174 ◦ green 86 ◦ blue 14

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

Shades of Rust #AE560E

Tints of Rust #AE560E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.39%

 BLUE value IS 14 (5.86% from 255) = 5.11%

R = 63.5%
G = 31.39%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE560E (or 0xAE560E) is known color: Rust. HEX triplet: AE, 56 and 0E. RGB value is (174,86,14). Sum of RGB (Red+Green+Blue) = 174+86+14=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE560E is #51A9F1. Grayscale: #686868. Windows color (decimal): -5351922 or 939694. OLE color: 939694.

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

Color convert

RGB 174 86 14 -
CMYK 0 0.51 0.92 0.32
HSL 27º 0.85% 0.37% -
HSV(B) 27º 0.92% 0.68% -
XYZ 20.86 15.69 2.34 -
YUV 104.1 77.15 177.85 -
System Red Green Blue C M Y K H S L
Decimal 174 86 14 0 0.51 0.92 0.32 27 0.85 0.37
Hex AE 56 E 0 33 5C 20 1B 55 25
Octal 256 126 16 0 63 134 40 33 125 45
Binary 10101110 1010110 1110 0 110011 1011100 100000 11011 1010101 100101

Color Harmonies of #AE560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE560E

Black with #AE560E

Text Example


Text Example

White with #AE560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE560E; }

 p { color: rgb(174,86,14); }

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

background-color css

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

 a { background-color: rgb(174,86,14); }

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

border-color css

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

 span { border-color: rgb(174,86,14); }

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