Html Css Color HEX #AE4211 Rust

📋 copy color: '#AE4211'

red 174 ◦ green 66 ◦ blue 17

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

Shades of Rust #AE4211

Tints of Rust #AE4211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.68%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 67.7%
G = 25.68%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE4211 (or 0xAE4211) is known color: Rust. HEX triplet: AE, 42 and 11. RGB value is (174,66,17). Sum of RGB (Red+Green+Blue) = 174+66+17=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4211 is #51BDEE. Grayscale: #5D5D5D. Windows color (decimal): -5357039 or 1131182. OLE color: 1131182.

HSL color Cylindrical-coordinate representation of color #AE4211: hue angle of 18.73º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE4211 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 66 17 -
CMYK 0 0.62 0.90 0.32
HSL 18.73º 0.82% 0.37% -
HSV(B) 18.73º 0.9% 0.68% -
XYZ 19.5 12.94 2 -
YUV 92.71 85.28 185.98 -
System Red Green Blue C M Y K H S L
Decimal 174 66 17 0 0.62 0.90 0.32 18.73 0.82 0.37
Hex AE 42 11 0 3E 5A 20 13 52 25
Octal 256 102 21 0 76 132 40 23 122 45
Binary 10101110 1000010 10001 0 111110 1011010 100000 10011 1010010 100101

Color Harmonies of #AE4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4211

Black with #AE4211

Text Example


Text Example

White with #AE4211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4211; }

 p { color: rgb(174,66,17); }

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

background-color css

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

 a { background-color: rgb(174,66,17); }

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

border-color css

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

 span { border-color: rgb(174,66,17); }

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