Html Css Color HEX #AE4D16 Rust

📋 copy color: '#AE4D16'

red 174 ◦ green 77 ◦ blue 22

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

Shades of Rust #AE4D16

Tints of Rust #AE4D16

RGB

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

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

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

R = 63.74%
G = 28.21%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE4D16 (or 0xAE4D16) is known color: Rust. HEX triplet: AE, 4D and 16. RGB value is (174,77,22). Sum of RGB (Red+Green+Blue) = 174+77+22=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D16 is #51B2E9. Grayscale: #646464. Windows color (decimal): -5354218 or 1461678. OLE color: 1461678.

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

Color convert

RGB 174 77 22 -
CMYK 0 0.56 0.87 0.32
HSL 21.71º 0.78% 0.38% -
HSV(B) 21.71º 0.87% 0.68% -
XYZ 20.25 14.36 2.46 -
YUV 99.73 84.14 180.97 -
System Red Green Blue C M Y K H S L
Decimal 174 77 22 0 0.56 0.87 0.32 21.71 0.78 0.38
Hex AE 4D 16 0 38 57 20 16 4E 26
Octal 256 115 26 0 70 127 40 26 116 46
Binary 10101110 1001101 10110 0 111000 1010111 100000 10110 1001110 100110

Color Harmonies of #AE4D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D16

Black with #AE4D16

Text Example


Text Example

White with #AE4D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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