Html Css Color HEX #AE5509 Rust

📋 copy color: '#AE5509'

red 174 ◦ green 85 ◦ blue 9

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

Shades of Rust #AE5509

Tints of Rust #AE5509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.36%

R = 64.93%
G = 31.72%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE5509 (or 0xAE5509) is known color: Rust. HEX triplet: AE, 55 and 09. RGB value is (174,85,9). Sum of RGB (Red+Green+Blue) = 174+85+9=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5509 is #51AAF6. Grayscale: #676767. Windows color (decimal): -5352183 or 611758. OLE color: 611758.

HSL color Cylindrical-coordinate representation of color #AE5509: hue angle of 27.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE5509 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 85 9 -
CMYK 0 0.51 0.95 0.32
HSL 27.64º 0.9% 0.36% -
HSV(B) 27.64º 0.95% 0.68% -
XYZ 20.75 15.52 2.16 -
YUV 102.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 174 85 9 0 0.51 0.95 0.32 27.64 0.9 0.36
Hex AE 55 9 0 33 5F 20 1C 5A 24
Octal 256 125 11 0 63 137 40 34 132 44
Binary 10101110 1010101 1001 0 110011 1011111 100000 11100 1011010 100100

Color Harmonies of #AE5509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5509

Black with #AE5509

Text Example


Text Example

White with #AE5509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5509; }

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

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

background-color css

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

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

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

border-color css

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

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

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