Html Css Color HEX #AE520C Rust

📋 copy color: '#AE520C'

red 174 ◦ green 82 ◦ blue 12

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

Shades of Rust #AE520C

Tints of Rust #AE520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.48%

R = 64.93%
G = 30.6%
B = 4.48%

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

#AE520C (or 0xAE520C) is known color: Rust. HEX triplet: AE, 52 and 0C. RGB value is (174,82,12). Sum of RGB (Red+Green+Blue) = 174+82+12=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE520C is #51ADF3. Grayscale: #656565. Windows color (decimal): -5352948 or 807598. OLE color: 807598.

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

Color convert

RGB 174 82 12 -
CMYK 0 0.53 0.93 0.32
HSL 25.93º 0.87% 0.36% -
HSV(B) 25.93º 0.93% 0.68% -
XYZ 20.54 15.06 2.17 -
YUV 101.53 77.48 179.69 -
System Red Green Blue C M Y K H S L
Decimal 174 82 12 0 0.53 0.93 0.32 25.93 0.87 0.36
Hex AE 52 C 0 35 5D 20 1A 57 24
Octal 256 122 14 0 65 135 40 32 127 44
Binary 10101110 1010010 1100 0 110101 1011101 100000 11010 1010111 100100

Color Harmonies of #AE520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE520C

Black with #AE520C

Text Example


Text Example

White with #AE520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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