Html Css Color HEX #AE4714 Rust

📋 copy color: '#AE4714'

red 174 ◦ green 71 ◦ blue 20

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

Shades of Rust #AE4714

Tints of Rust #AE4714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.79%

 BLUE value IS 20 (8.2% from 255) = 7.55%

R = 65.66%
G = 26.79%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE4714 (or 0xAE4714) is known color: Rust. HEX triplet: AE, 47 and 14. RGB value is (174,71,20). Sum of RGB (Red+Green+Blue) = 174+71+20=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4714 is #51B8EB. Grayscale: #606060. Windows color (decimal): -5355756 or 1329070. OLE color: 1329070.

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

Color convert

RGB 174 71 20 -
CMYK 0 0.59 0.89 0.32
HSL 19.87º 0.79% 0.38% -
HSV(B) 19.87º 0.89% 0.68% -
XYZ 19.84 13.56 2.23 -
YUV 95.98 85.12 183.65 -
System Red Green Blue C M Y K H S L
Decimal 174 71 20 0 0.59 0.89 0.32 19.87 0.79 0.38
Hex AE 47 14 0 3B 59 20 14 4F 26
Octal 256 107 24 0 73 131 40 24 117 46
Binary 10101110 1000111 10100 0 111011 1011001 100000 10100 1001111 100110

Color Harmonies of #AE4714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4714

Black with #AE4714

Text Example


Text Example

White with #AE4714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4714; }

 p { color: rgb(174,71,20); }

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

background-color css

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

 a { background-color: rgb(174,71,20); }

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

border-color css

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

 span { border-color: rgb(174,71,20); }

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