Html Css Color HEX #AE4517 Rust

📋 copy color: '#AE4517'

red 174 ◦ green 69 ◦ blue 23

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

Shades of Rust #AE4517

Tints of Rust #AE4517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

 BLUE value IS 23 (9.38% from 255) = 8.65%

R = 65.41%
G = 25.94%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE4517 (or 0xAE4517) is known color: Rust. HEX triplet: AE, 45 and 17. RGB value is (174,69,23). Sum of RGB (Red+Green+Blue) = 174+69+23=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4517 is #51BAE8. Grayscale: #5F5F5F. Windows color (decimal): -5356265 or 1525166. OLE color: 1525166.

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

Color convert

RGB 174 69 23 -
CMYK 0 0.60 0.87 0.32
HSL 18.28º 0.77% 0.39% -
HSV(B) 18.28º 0.87% 0.68% -
XYZ 19.74 13.32 2.34 -
YUV 95.15 87.29 184.24 -
System Red Green Blue C M Y K H S L
Decimal 174 69 23 0 0.60 0.87 0.32 18.28 0.77 0.39
Hex AE 45 17 0 3C 57 20 12 4D 27
Octal 256 105 27 0 74 127 40 22 115 47
Binary 10101110 1000101 10111 0 111100 1010111 100000 10010 1001101 100111

Color Harmonies of #AE4517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4517

Black with #AE4517

Text Example


Text Example

White with #AE4517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4517; }

 p { color: rgb(174,69,23); }

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

background-color css

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

 a { background-color: rgb(174,69,23); }

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

border-color css

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

 span { border-color: rgb(174,69,23); }

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