Html Css Color HEX #AE4612 Rust

📋 copy color: '#AE4612'

red 174 ◦ green 70 ◦ blue 18

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

Shades of Rust #AE4612

Tints of Rust #AE4612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

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

R = 66.41%
G = 26.72%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE4612 (or 0xAE4612) is known color: Rust. HEX triplet: AE, 46 and 12. RGB value is (174,70,18). Sum of RGB (Red+Green+Blue) = 174+70+18=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4612 is #51B9ED. Grayscale: #5F5F5F. Windows color (decimal): -5356014 or 1197742. OLE color: 1197742.

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

Color convert

RGB 174 70 18 -
CMYK 0 0.60 0.90 0.32
HSL 20º 0.81% 0.38% -
HSV(B) 20º 0.9% 0.68% -
XYZ 19.75 13.42 2.12 -
YUV 95.17 84.46 184.23 -
System Red Green Blue C M Y K H S L
Decimal 174 70 18 0 0.60 0.90 0.32 20 0.81 0.38
Hex AE 46 12 0 3C 5A 20 14 51 26
Octal 256 106 22 0 74 132 40 24 121 46
Binary 10101110 1000110 10010 0 111100 1011010 100000 10100 1010001 100110

Color Harmonies of #AE4612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4612

Black with #AE4612

Text Example


Text Example

White with #AE4612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4612; }

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

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

background-color css

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

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

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

border-color css

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

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

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