Html Css Color HEX #AE4016 Rust

📋 copy color: '#AE4016'

red 174 ◦ green 64 ◦ blue 22

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

Shades of Rust #AE4016

Tints of Rust #AE4016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 66.92%
G = 24.62%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE4016 (or 0xAE4016) is known color: Rust. HEX triplet: AE, 40 and 16. RGB value is (174,64,22). Sum of RGB (Red+Green+Blue) = 174+64+22=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4016 is #51BFE9. Grayscale: #5C5C5C. Windows color (decimal): -5357546 or 1458350. OLE color: 1458350.

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

Color convert

RGB 174 64 22 -
CMYK 0 0.63 0.87 0.32
HSL 16.58º 0.78% 0.38% -
HSV(B) 16.58º 0.87% 0.68% -
XYZ 19.43 12.72 2.19 -
YUV 92.1 88.44 186.42 -
System Red Green Blue C M Y K H S L
Decimal 174 64 22 0 0.63 0.87 0.32 16.58 0.78 0.38
Hex AE 40 16 0 3F 57 20 11 4E 26
Octal 256 100 26 0 77 127 40 21 116 46
Binary 10101110 1000000 10110 0 111111 1010111 100000 10001 1001110 100110

Color Harmonies of #AE4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4016

Black with #AE4016

Text Example


Text Example

White with #AE4016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4016; }

 p { color: rgb(174,64,22); }

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

background-color css

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

 a { background-color: rgb(174,64,22); }

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

border-color css

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

 span { border-color: rgb(174,64,22); }

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