Html Css Color HEX #AE5312 Rust

📋 copy color: '#AE5312'

red 174 ◦ green 83 ◦ blue 18

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

Shades of Rust #AE5312

Tints of Rust #AE5312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 63.27%
G = 30.18%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE5312 (or 0xAE5312) is known color: Rust. HEX triplet: AE, 53 and 12. RGB value is (174,83,18). Sum of RGB (Red+Green+Blue) = 174+83+18=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5312 is #51ACED. Grayscale: #676767. Windows color (decimal): -5352686 or 1201070. OLE color: 1201070.

HSL color Cylindrical-coordinate representation of color #AE5312: hue angle of 25º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE5312 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 83 18 -
CMYK 0 0.52 0.90 0.32
HSL 25º 0.81% 0.38% -
HSV(B) 25º 0.9% 0.68% -
XYZ 20.66 15.23 2.42 -
YUV 102.8 80.15 178.79 -
System Red Green Blue C M Y K H S L
Decimal 174 83 18 0 0.52 0.90 0.32 25 0.81 0.38
Hex AE 53 12 0 34 5A 20 19 51 26
Octal 256 123 22 0 64 132 40 31 121 46
Binary 10101110 1010011 10010 0 110100 1011010 100000 11001 1010001 100110

Color Harmonies of #AE5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5312

Black with #AE5312

Text Example


Text Example

White with #AE5312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5312; }

 p { color: rgb(174,83,18); }

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

background-color css

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

 a { background-color: rgb(174,83,18); }

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

border-color css

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

 span { border-color: rgb(174,83,18); }

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