Html Css Color HEX #AE5300 Rust

📋 copy color: '#AE5300'

red 174 ◦ green 83 ◦ blue 0

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

Shades of Rust #AE5300

Tints of Rust #AE5300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.7%
G = 32.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE5300 (or 0xAE5300) is known color: Rust. HEX triplet: AE, 53 and 00. RGB value is (174,83,0). Sum of RGB (Red+Green+Blue) = 174+83+0=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5300 is #51ACFF. Grayscale: #656565. Windows color (decimal): -5352704 or 21422. OLE color: 21422.

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

Color convert

RGB 174 83 0 -
CMYK 0 0.52 1 0.32
HSL 28.62º 1% 0.34% -
HSV(B) 28.62º 1% 0.68% -
XYZ 20.55 15.19 1.85 -
YUV 100.75 71.15 180.25 -
System Red Green Blue C M Y K H S L
Decimal 174 83 0 0 0.52 1 0.32 28.62 1 0.34
Hex AE 53 0 0 34 64 20 1D 64 22
Octal 256 123 0 0 64 144 40 35 144 42
Binary 10101110 1010011 0 0 110100 1100100 100000 11101 1100100 100010

Color Harmonies of #AE5300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5300

Black with #AE5300

Text Example


Text Example

White with #AE5300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5300; }

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

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

background-color css

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

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

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

border-color css

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

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

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