Html Css Color HEX #AE4711 Rust

📋 copy color: '#AE4711'

red 174 ◦ green 71 ◦ blue 17

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

Shades of Rust #AE4711

Tints of Rust #AE4711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

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

R = 66.41%
G = 27.1%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE4711 (or 0xAE4711) is known color: Rust. HEX triplet: AE, 47 and 11. RGB value is (174,71,17). Sum of RGB (Red+Green+Blue) = 174+71+17=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4711 is #51B8EE. Grayscale: #5F5F5F. Windows color (decimal): -5355759 or 1132462. OLE color: 1132462.

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

Color convert

RGB 174 71 17 -
CMYK 0 0.59 0.90 0.32
HSL 20.64º 0.82% 0.37% -
HSV(B) 20.64º 0.9% 0.68% -
XYZ 19.81 13.55 2.1 -
YUV 95.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 174 71 17 0 0.59 0.90 0.32 20.64 0.82 0.37
Hex AE 47 11 0 3B 5A 20 15 52 25
Octal 256 107 21 0 73 132 40 25 122 45
Binary 10101110 1000111 10001 0 111011 1011010 100000 10101 1010010 100101

Color Harmonies of #AE4711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4711

Black with #AE4711

Text Example


Text Example

White with #AE4711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4711; }

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

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

background-color css

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

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

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

border-color css

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

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

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