Html Css Color HEX #AE520F Rust

📋 copy color: '#AE520F'

red 174 ◦ green 82 ◦ blue 15

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

Shades of Rust #AE520F

Tints of Rust #AE520F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.26%

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 64.21%
G = 30.26%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE520F (or 0xAE520F) is known color: Rust. HEX triplet: AE, 52 and 0F. RGB value is (174,82,15). Sum of RGB (Red+Green+Blue) = 174+82+15=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE520F is #51ADF0. Grayscale: #666666. Windows color (decimal): -5352945 or 1004206. OLE color: 1004206.

HSL color Cylindrical-coordinate representation of color #AE520F: hue angle of 25.28º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE520F is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 82 15 -
CMYK 0 0.53 0.91 0.32
HSL 25.28º 0.84% 0.37% -
HSV(B) 25.28º 0.91% 0.68% -
XYZ 20.56 15.07 2.28 -
YUV 101.87 78.98 179.45 -
System Red Green Blue C M Y K H S L
Decimal 174 82 15 0 0.53 0.91 0.32 25.28 0.84 0.37
Hex AE 52 F 0 35 5B 20 19 54 25
Octal 256 122 17 0 65 133 40 31 124 45
Binary 10101110 1010010 1111 0 110101 1011011 100000 11001 1010100 100101

Color Harmonies of #AE520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE520F

Black with #AE520F

Text Example


Text Example

White with #AE520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE520F; }

 p { color: rgb(174,82,15); }

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

background-color css

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

 a { background-color: rgb(174,82,15); }

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

border-color css

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

 span { border-color: rgb(174,82,15); }

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