Html Css Color HEX #AE5506 Rust

📋 copy color: '#AE5506'

red 174 ◦ green 85 ◦ blue 6

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

Shades of Rust #AE5506

Tints of Rust #AE5506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

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

R = 65.66%
G = 32.08%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE5506 (or 0xAE5506) is known color: Rust. HEX triplet: AE, 55 and 06. RGB value is (174,85,6). Sum of RGB (Red+Green+Blue) = 174+85+6=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5506 is #51AAF9. Grayscale: #676767. Windows color (decimal): -5352186 or 415150. OLE color: 415150.

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

Color convert

RGB 174 85 6 -
CMYK 0 0.51 0.97 0.32
HSL 28.21º 0.93% 0.35% -
HSV(B) 28.21º 0.97% 0.68% -
XYZ 20.74 15.51 2.07 -
YUV 102.61 73.49 178.92 -
System Red Green Blue C M Y K H S L
Decimal 174 85 6 0 0.51 0.97 0.32 28.21 0.93 0.35
Hex AE 55 6 0 33 61 20 1C 5D 23
Octal 256 125 6 0 63 141 40 34 135 43
Binary 10101110 1010101 110 0 110011 1100001 100000 11100 1011101 100011

Color Harmonies of #AE5506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5506

Black with #AE5506

Text Example


Text Example

White with #AE5506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5506; }

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

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

background-color css

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

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

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

border-color css

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

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

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