Html Css Color HEX #AE480A Rust

📋 copy color: '#AE480A'

red 174 ◦ green 72 ◦ blue 10

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

Shades of Rust #AE480A

Tints of Rust #AE480A

RGB

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

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

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

R = 67.97%
G = 28.13%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE480A (or 0xAE480A) is known color: Rust. HEX triplet: AE, 48 and 0A. RGB value is (174,72,10). Sum of RGB (Red+Green+Blue) = 174+72+10=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE480A is #51B7F5. Grayscale: #5F5F5F. Windows color (decimal): -5355510 or 673966. OLE color: 673966.

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

Color convert

RGB 174 72 10 -
CMYK 0 0.59 0.94 0.32
HSL 22.68º 0.89% 0.36% -
HSV(B) 22.68º 0.94% 0.68% -
XYZ 19.83 13.66 1.88 -
YUV 95.43 79.79 184.04 -
System Red Green Blue C M Y K H S L
Decimal 174 72 10 0 0.59 0.94 0.32 22.68 0.89 0.36
Hex AE 48 A 0 3B 5E 20 17 59 24
Octal 256 110 12 0 73 136 40 27 131 44
Binary 10101110 1001000 1010 0 111011 1011110 100000 10111 1011001 100100

Color Harmonies of #AE480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE480A

Black with #AE480A

Text Example


Text Example

White with #AE480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE480A; }

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

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

background-color css

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

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

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

border-color css

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

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

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