Html Css Color HEX #AE5505 Rust

📋 copy color: '#AE5505'

red 174 ◦ green 85 ◦ blue 5

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

Shades of Rust #AE5505

Tints of Rust #AE5505

RGB

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

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

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

R = 65.91%
G = 32.2%
B = 1.89%

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

#AE5505 (or 0xAE5505) is known color: Rust. HEX triplet: AE, 55 and 05. RGB value is (174,85,5). Sum of RGB (Red+Green+Blue) = 174+85+5=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5505 is #51AAFA. Grayscale: #666666. Windows color (decimal): -5352187 or 349614. OLE color: 349614.

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

Color convert

RGB 174 85 5 -
CMYK 0 0.51 0.97 0.32
HSL 28.4º 0.94% 0.35% -
HSV(B) 28.4º 0.97% 0.68% -
XYZ 20.73 15.51 2.04 -
YUV 102.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 174 85 5 0 0.51 0.97 0.32 28.4 0.94 0.35
Hex AE 55 5 0 33 61 20 1C 5E 23
Octal 256 125 5 0 63 141 40 34 136 43
Binary 10101110 1010101 101 0 110011 1100001 100000 11100 1011110 100011

Color Harmonies of #AE5505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5505

Black with #AE5505

Text Example


Text Example

White with #AE5505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5505; }

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

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

background-color css

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

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

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

border-color css

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

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

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