Html Css Color HEX #AE4901 Rust

📋 copy color: '#AE4901'

red 174 ◦ green 73 ◦ blue 1

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

Shades of Rust #AE4901

Tints of Rust #AE4901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.44%

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

R = 70.16%
G = 29.44%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE4901 (or 0xAE4901) is known color: Rust. HEX triplet: AE, 49 and 01. RGB value is (174,73,1). Sum of RGB (Red+Green+Blue) = 174+73+1=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4901 is #51B6FE. Grayscale: #5F5F5F. Windows color (decimal): -5355263 or 84398. OLE color: 84398.

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

Color convert

RGB 174 73 1 -
CMYK 0 0.58 0.99 0.32
HSL 24.97º 0.99% 0.34% -
HSV(B) 24.97º 0.99% 0.68% -
XYZ 19.84 13.77 1.64 -
YUV 94.99 74.96 184.35 -
System Red Green Blue C M Y K H S L
Decimal 174 73 1 0 0.58 0.99 0.32 24.97 0.99 0.34
Hex AE 49 1 0 3A 63 20 19 63 22
Octal 256 111 1 0 72 143 40 31 143 42
Binary 10101110 1001001 1 0 111010 1100011 100000 11001 1100011 100010

Color Harmonies of #AE4901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4901

Black with #AE4901

Text Example


Text Example

White with #AE4901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4901; }

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

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

background-color css

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

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

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

border-color css

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

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

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