Html Css Color HEX #AE4800 Rust

📋 copy color: '#AE4800'

red 174 ◦ green 72 ◦ blue 0

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

Shades of Rust #AE4800

Tints of Rust #AE4800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.27%

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

R = 70.73%
G = 29.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE4800 (or 0xAE4800) is known color: Rust. HEX triplet: AE, 48 and 00. RGB value is (174,72,0). Sum of RGB (Red+Green+Blue) = 174+72+0=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4800 is #51B7FF. Grayscale: #5E5E5E. Windows color (decimal): -5355520 or 18606. OLE color: 18606.

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

Color convert

RGB 174 72 0 -
CMYK 0 0.59 1 0.32
HSL 24.83º 1% 0.34% -
HSV(B) 24.83º 1% 0.68% -
XYZ 19.77 13.63 1.59 -
YUV 94.29 74.79 184.85 -
System Red Green Blue C M Y K H S L
Decimal 174 72 0 0 0.59 1 0.32 24.83 1 0.34
Hex AE 48 0 0 3B 64 20 19 64 22
Octal 256 110 0 0 73 144 40 31 144 42
Binary 10101110 1001000 0 0 111011 1100100 100000 11001 1100100 100010

Color Harmonies of #AE4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4800

Black with #AE4800

Text Example


Text Example

White with #AE4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4800; }

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

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

background-color css

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

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

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

border-color css

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

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

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