Html Css Color HEX #AE5401 Rust

📋 copy color: '#AE5401'

red 174 ◦ green 84 ◦ blue 1

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

Shades of Rust #AE5401

Tints of Rust #AE5401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.43%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 67.18%
G = 32.43%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE5401 (or 0xAE5401) is known color: Rust. HEX triplet: AE, 54 and 01. RGB value is (174,84,1). Sum of RGB (Red+Green+Blue) = 174+84+1=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5401 is #51ABFE. Grayscale: #656565. Windows color (decimal): -5352447 or 87214. OLE color: 87214.

HSL color Cylindrical-coordinate representation of color #AE5401: hue angle of 28.79º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE5401 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 84 1 -
CMYK 0 0.52 0.99 0.32
HSL 28.79º 0.99% 0.34% -
HSV(B) 28.79º 0.99% 0.68% -
XYZ 20.63 15.34 1.9 -
YUV 101.45 71.32 179.75 -
System Red Green Blue C M Y K H S L
Decimal 174 84 1 0 0.52 0.99 0.32 28.79 0.99 0.34
Hex AE 54 1 0 34 63 20 1D 63 22
Octal 256 124 1 0 64 143 40 35 143 42
Binary 10101110 1010100 1 0 110100 1100011 100000 11101 1100011 100010

Color Harmonies of #AE5401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5401

Black with #AE5401

Text Example


Text Example

White with #AE5401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5401; }

 p { color: rgb(174,84,1); }

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

background-color css

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

 a { background-color: rgb(174,84,1); }

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

border-color css

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

 span { border-color: rgb(174,84,1); }

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