Html Css Color HEX #AE4106 Rust

📋 copy color: '#AE4106'

red 174 ◦ green 65 ◦ blue 6

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

Shades of Rust #AE4106

Tints of Rust #AE4106

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.53%

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 71.02%
G = 26.53%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE4106 (or 0xAE4106) is known color: Rust. HEX triplet: AE, 41 and 06. RGB value is (174,65,6). Sum of RGB (Red+Green+Blue) = 174+65+6=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4106 is #51BEF9. Grayscale: #5B5B5B. Windows color (decimal): -5357306 or 410030. OLE color: 410030.

HSL color Cylindrical-coordinate representation of color #AE4106: hue angle of 21.07º degrees, saturation: 0.93, 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 #AE4106 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 65 6 -
CMYK 0 0.63 0.97 0.32
HSL 21.07º 0.93% 0.35% -
HSV(B) 21.07º 0.97% 0.68% -
XYZ 19.38 12.79 1.62 -
YUV 90.87 80.11 187.3 -
System Red Green Blue C M Y K H S L
Decimal 174 65 6 0 0.63 0.97 0.32 21.07 0.93 0.35
Hex AE 41 6 0 3F 61 20 15 5D 23
Octal 256 101 6 0 77 141 40 25 135 43
Binary 10101110 1000001 110 0 111111 1100001 100000 10101 1011101 100011

Color Harmonies of #AE4106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4106

Black with #AE4106

Text Example


Text Example

White with #AE4106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4106; }

 p { color: rgb(174,65,6); }

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

background-color css

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

 a { background-color: rgb(174,65,6); }

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

border-color css

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

 span { border-color: rgb(174,65,6); }

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