Html Css Color HEX #AE4705 Rust

📋 copy color: '#AE4705'

red 174 ◦ green 71 ◦ blue 5

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

Shades of Rust #AE4705

Tints of Rust #AE4705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2%

R = 69.6%
G = 28.4%
B = 2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE4705 (or 0xAE4705) is known color: Rust. HEX triplet: AE, 47 and 05. RGB value is (174,71,5). Sum of RGB (Red+Green+Blue) = 174+71+5=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4705 is #51B8FA. Grayscale: #5E5E5E. Windows color (decimal): -5355771 or 346030. OLE color: 346030.

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

Color convert

RGB 174 71 5 -
CMYK 0 0.59 0.97 0.32
HSL 23.43º 0.94% 0.35% -
HSV(B) 23.43º 0.97% 0.68% -
XYZ 19.74 13.52 1.71 -
YUV 94.27 77.62 184.87 -
System Red Green Blue C M Y K H S L
Decimal 174 71 5 0 0.59 0.97 0.32 23.43 0.94 0.35
Hex AE 47 5 0 3B 61 20 17 5E 23
Octal 256 107 5 0 73 141 40 27 136 43
Binary 10101110 1000111 101 0 111011 1100001 100000 10111 1011110 100011

Color Harmonies of #AE4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4705

Black with #AE4705

Text Example


Text Example

White with #AE4705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4705; }

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

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

background-color css

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

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

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

border-color css

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

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

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