Html Css Color HEX #AE490A Rust

📋 copy color: '#AE490A'

red 174 ◦ green 73 ◦ blue 10

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

Shades of Rust #AE490A

Tints of Rust #AE490A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.89%

R = 67.7%
G = 28.4%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE490A (or 0xAE490A) is known color: Rust. HEX triplet: AE, 49 and 0A. RGB value is (174,73,10). Sum of RGB (Red+Green+Blue) = 174+73+10=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE490A is #51B6F5. Grayscale: #606060. Windows color (decimal): -5355254 or 674222. OLE color: 674222.

HSL color Cylindrical-coordinate representation of color #AE490A: hue angle of 23.05º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE490A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 73 10 -
CMYK 0 0.58 0.94 0.32
HSL 23.05º 0.89% 0.36% -
HSV(B) 23.05º 0.94% 0.68% -
XYZ 19.89 13.79 1.9 -
YUV 96.02 79.46 183.62 -
System Red Green Blue C M Y K H S L
Decimal 174 73 10 0 0.58 0.94 0.32 23.05 0.89 0.36
Hex AE 49 A 0 3A 5E 20 17 59 24
Octal 256 111 12 0 72 136 40 27 131 44
Binary 10101110 1001001 1010 0 111010 1011110 100000 10111 1011001 100100

Color Harmonies of #AE490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE490A

Black with #AE490A

Text Example


Text Example

White with #AE490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE490A; }

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

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

background-color css

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

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

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

border-color css

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

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

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