Html Css Color HEX #AE4116 Rust

📋 copy color: '#AE4116'

red 174 ◦ green 65 ◦ blue 22

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

Shades of Rust #AE4116

Tints of Rust #AE4116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

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

R = 66.67%
G = 24.9%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE4116 (or 0xAE4116) is known color: Rust. HEX triplet: AE, 41 and 16. RGB value is (174,65,22). Sum of RGB (Red+Green+Blue) = 174+65+22=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4116 is #51BEE9. Grayscale: #5C5C5C. Windows color (decimal): -5357290 or 1458606. OLE color: 1458606.

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

Color convert

RGB 174 65 22 -
CMYK 0 0.63 0.87 0.32
HSL 16.97º 0.78% 0.38% -
HSV(B) 16.97º 0.87% 0.68% -
XYZ 19.49 12.84 2.21 -
YUV 92.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 174 65 22 0 0.63 0.87 0.32 16.97 0.78 0.38
Hex AE 41 16 0 3F 57 20 11 4E 26
Octal 256 101 26 0 77 127 40 21 116 46
Binary 10101110 1000001 10110 0 111111 1010111 100000 10001 1001110 100110

Color Harmonies of #AE4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4116

Black with #AE4116

Text Example


Text Example

White with #AE4116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4116; }

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

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

background-color css

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

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

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

border-color css

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

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

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