Html Css Color HEX #AE5301 Rust

📋 copy color: '#AE5301'

red 174 ◦ green 83 ◦ blue 1

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

Shades of Rust #AE5301

Tints of Rust #AE5301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

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

R = 67.44%
G = 32.17%
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

#AE5301 (or 0xAE5301) is known color: Rust. HEX triplet: AE, 53 and 01. RGB value is (174,83,1). Sum of RGB (Red+Green+Blue) = 174+83+1=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5301 is #51ACFE. Grayscale: #656565. Windows color (decimal): -5352703 or 86958. OLE color: 86958.

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

Color convert

RGB 174 83 1 -
CMYK 0 0.52 0.99 0.32
HSL 28.44º 0.99% 0.34% -
HSV(B) 28.44º 0.99% 0.68% -
XYZ 20.55 15.19 1.88 -
YUV 100.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 174 83 1 0 0.52 0.99 0.32 28.44 0.99 0.34
Hex AE 53 1 0 34 63 20 1C 63 22
Octal 256 123 1 0 64 143 40 34 143 42
Binary 10101110 1010011 1 0 110100 1100011 100000 11100 1100011 100010

Color Harmonies of #AE5301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5301

Black with #AE5301

Text Example


Text Example

White with #AE5301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5301; }

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

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

background-color css

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

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

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

border-color css

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

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

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