Html Css Color HEX #AE4D14 Rust

📋 copy color: '#AE4D14'

red 174 ◦ green 77 ◦ blue 20

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

Shades of Rust #AE4D14

Tints of Rust #AE4D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

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

R = 64.21%
G = 28.41%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE4D14 (or 0xAE4D14) is known color: Rust. HEX triplet: AE, 4D and 14. RGB value is (174,77,20). Sum of RGB (Red+Green+Blue) = 174+77+20=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D14 is #51B2EB. Grayscale: #636363. Windows color (decimal): -5354220 or 1330606. OLE color: 1330606.

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

Color convert

RGB 174 77 20 -
CMYK 0 0.56 0.89 0.32
HSL 22.21º 0.79% 0.38% -
HSV(B) 22.21º 0.89% 0.68% -
XYZ 20.24 14.36 2.37 -
YUV 99.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 174 77 20 0 0.56 0.89 0.32 22.21 0.79 0.38
Hex AE 4D 14 0 38 59 20 16 4F 26
Octal 256 115 24 0 70 131 40 26 117 46
Binary 10101110 1001101 10100 0 111000 1011001 100000 10110 1001111 100110

Color Harmonies of #AE4D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D14

Black with #AE4D14

Text Example


Text Example

White with #AE4D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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