Html Css Color HEX #AE520D Rust

📋 copy color: '#AE520D'

red 174 ◦ green 82 ◦ blue 13

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

Shades of Rust #AE520D

Tints of Rust #AE520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.83%

R = 64.68%
G = 30.48%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE520D (or 0xAE520D) is known color: Rust. HEX triplet: AE, 52 and 0D. RGB value is (174,82,13). Sum of RGB (Red+Green+Blue) = 174+82+13=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE520D is #51ADF2. Grayscale: #666666. Windows color (decimal): -5352947 or 873134. OLE color: 873134.

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

Color convert

RGB 174 82 13 -
CMYK 0 0.53 0.93 0.32
HSL 25.71º 0.86% 0.37% -
HSV(B) 25.71º 0.93% 0.68% -
XYZ 20.55 15.06 2.21 -
YUV 101.64 77.98 179.61 -
System Red Green Blue C M Y K H S L
Decimal 174 82 13 0 0.53 0.93 0.32 25.71 0.86 0.37
Hex AE 52 D 0 35 5D 20 1A 56 25
Octal 256 122 15 0 65 135 40 32 126 45
Binary 10101110 1010010 1101 0 110101 1011101 100000 11010 1010110 100101

Color Harmonies of #AE520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE520D

Black with #AE520D

Text Example


Text Example

White with #AE520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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