Html Css Color HEX #AE4812 Rust

📋 copy color: '#AE4812'

red 174 ◦ green 72 ◦ blue 18

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

Shades of Rust #AE4812

Tints of Rust #AE4812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

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

R = 65.91%
G = 27.27%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE4812 (or 0xAE4812) is known color: Rust. HEX triplet: AE, 48 and 12. RGB value is (174,72,18). Sum of RGB (Red+Green+Blue) = 174+72+18=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4812 is #51B7ED. Grayscale: #606060. Windows color (decimal): -5355502 or 1198254. OLE color: 1198254.

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

Color convert

RGB 174 72 18 -
CMYK 0 0.59 0.90 0.32
HSL 20.77º 0.81% 0.38% -
HSV(B) 20.77º 0.9% 0.68% -
XYZ 19.88 13.68 2.16 -
YUV 96.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 174 72 18 0 0.59 0.90 0.32 20.77 0.81 0.38
Hex AE 48 12 0 3B 5A 20 15 51 26
Octal 256 110 22 0 73 132 40 25 121 46
Binary 10101110 1001000 10010 0 111011 1011010 100000 10101 1010001 100110

Color Harmonies of #AE4812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4812

Black with #AE4812

Text Example


Text Example

White with #AE4812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4812; }

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

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

background-color css

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

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

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

border-color css

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

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

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