Html Css Color HEX #AE5214 Rust

📋 copy color: '#AE5214'

red 174 ◦ green 82 ◦ blue 20

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

Shades of Rust #AE5214

Tints of Rust #AE5214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 63.04%
G = 29.71%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE5214 (or 0xAE5214) is known color: Rust. HEX triplet: AE, 52 and 14. RGB value is (174,82,20). Sum of RGB (Red+Green+Blue) = 174+82+20=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5214 is #51ADEB. Grayscale: #666666. Windows color (decimal): -5352940 or 1331886. OLE color: 1331886.

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

Color convert

RGB 174 82 20 -
CMYK 0 0.53 0.89 0.32
HSL 24.16º 0.79% 0.38% -
HSV(B) 24.16º 0.89% 0.68% -
XYZ 20.6 15.08 2.49 -
YUV 102.44 81.48 179.04 -
System Red Green Blue C M Y K H S L
Decimal 174 82 20 0 0.53 0.89 0.32 24.16 0.79 0.38
Hex AE 52 14 0 35 59 20 18 4F 26
Octal 256 122 24 0 65 131 40 30 117 46
Binary 10101110 1010010 10100 0 110101 1011001 100000 11000 1001111 100110

Color Harmonies of #AE5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5214

Black with #AE5214

Text Example


Text Example

White with #AE5214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5214; }

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

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

background-color css

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

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

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

border-color css

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

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

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