Html Css Color HEX #AE4914 Rust

📋 copy color: '#AE4914'

red 174 ◦ green 73 ◦ blue 20

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

Shades of Rust #AE4914

Tints of Rust #AE4914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.34%

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 65.17%
G = 27.34%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE4914 (or 0xAE4914) is known color: Rust. HEX triplet: AE, 49 and 14. RGB value is (174,73,20). Sum of RGB (Red+Green+Blue) = 174+73+20=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4914 is #51B6EB. Grayscale: #616161. Windows color (decimal): -5355244 or 1329582. OLE color: 1329582.

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

Color convert

RGB 174 73 20 -
CMYK 0 0.58 0.89 0.32
HSL 20.65º 0.79% 0.38% -
HSV(B) 20.65º 0.89% 0.68% -
XYZ 19.96 13.81 2.28 -
YUV 97.16 84.46 182.81 -
System Red Green Blue C M Y K H S L
Decimal 174 73 20 0 0.58 0.89 0.32 20.65 0.79 0.38
Hex AE 49 14 0 3A 59 20 15 4F 26
Octal 256 111 24 0 72 131 40 25 117 46
Binary 10101110 1001001 10100 0 111010 1011001 100000 10101 1001111 100110

Color Harmonies of #AE4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4914

Black with #AE4914

Text Example


Text Example

White with #AE4914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4914; }

 p { color: rgb(174,73,20); }

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

background-color css

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

 a { background-color: rgb(174,73,20); }

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

border-color css

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

 span { border-color: rgb(174,73,20); }

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