Html Css Color HEX #AE5114 Rust

📋 copy color: '#AE5114'

red 174 ◦ green 81 ◦ blue 20

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

Shades of Rust #AE5114

Tints of Rust #AE5114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.45%

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

R = 63.27%
G = 29.45%
B = 7.27%

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

#AE5114 (or 0xAE5114) is known color: Rust. HEX triplet: AE, 51 and 14. RGB value is (174,81,20). Sum of RGB (Red+Green+Blue) = 174+81+20=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5114 is #51AEEB. Grayscale: #666666. Windows color (decimal): -5353196 or 1331630. OLE color: 1331630.

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

Color convert

RGB 174 81 20 -
CMYK 0 0.53 0.89 0.32
HSL 23.77º 0.79% 0.38% -
HSV(B) 23.77º 0.89% 0.68% -
XYZ 20.52 14.93 2.46 -
YUV 101.85 81.81 179.46 -
System Red Green Blue C M Y K H S L
Decimal 174 81 20 0 0.53 0.89 0.32 23.77 0.79 0.38
Hex AE 51 14 0 35 59 20 18 4F 26
Octal 256 121 24 0 65 131 40 30 117 46
Binary 10101110 1010001 10100 0 110101 1011001 100000 11000 1001111 100110

Color Harmonies of #AE5114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5114

Black with #AE5114

Text Example


Text Example

White with #AE5114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5114; }

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

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

background-color css

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

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

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

border-color css

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

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

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