Html Css Color HEX #AE520B Rust

📋 copy color: '#AE520B'

red 174 ◦ green 82 ◦ blue 11

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

Shades of Rust #AE520B

Tints of Rust #AE520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 65.17%
G = 30.71%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE520B (or 0xAE520B) is known color: Rust. HEX triplet: AE, 52 and 0B. RGB value is (174,82,11). Sum of RGB (Red+Green+Blue) = 174+82+11=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE520B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE520B is #51ADF4. Grayscale: #656565. Windows color (decimal): -5352949 or 742062. OLE color: 742062.

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

Color convert

RGB 174 82 11 -
CMYK 0 0.53 0.94 0.32
HSL 26.13º 0.88% 0.36% -
HSV(B) 26.13º 0.94% 0.68% -
XYZ 20.53 15.06 2.14 -
YUV 101.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 174 82 11 0 0.53 0.94 0.32 26.13 0.88 0.36
Hex AE 52 B 0 35 5E 20 1A 58 24
Octal 256 122 13 0 65 136 40 32 130 44
Binary 10101110 1010010 1011 0 110101 1011110 100000 11010 1011000 100100

Color Harmonies of #AE520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE520B

Black with #AE520B

Text Example


Text Example

White with #AE520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE520B; }

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

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

background-color css

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

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

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

border-color css

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

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

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