Html Css Color HEX #AE4D0E Rust

📋 copy color: '#AE4D0E'

red 174 ◦ green 77 ◦ blue 14

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

Shades of Rust #AE4D0E

Tints of Rust #AE4D0E

RGB

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

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

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

R = 65.66%
G = 29.06%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE4D0E (or 0xAE4D0E) is known color: Rust. HEX triplet: AE, 4D and 0E. RGB value is (174,77,14). Sum of RGB (Red+Green+Blue) = 174+77+14=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D0E is #51B2F1. Grayscale: #636363. Windows color (decimal): -5354226 or 937390. OLE color: 937390.

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

Color convert

RGB 174 77 14 -
CMYK 0 0.56 0.92 0.32
HSL 23.63º 0.85% 0.37% -
HSV(B) 23.63º 0.92% 0.68% -
XYZ 20.19 14.34 2.12 -
YUV 98.82 80.14 181.62 -
System Red Green Blue C M Y K H S L
Decimal 174 77 14 0 0.56 0.92 0.32 23.63 0.85 0.37
Hex AE 4D E 0 38 5C 20 18 55 25
Octal 256 115 16 0 70 134 40 30 125 45
Binary 10101110 1001101 1110 0 111000 1011100 100000 11000 1010101 100101

Color Harmonies of #AE4D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D0E

Black with #AE4D0E

Text Example


Text Example

White with #AE4D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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