Html Css Color HEX #AE5504 Rust

📋 copy color: '#AE5504'

red 174 ◦ green 85 ◦ blue 4

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

Shades of Rust #AE5504

Tints of Rust #AE5504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 66.16%
G = 32.32%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE5504 (or 0xAE5504) is known color: Rust. HEX triplet: AE, 55 and 04. RGB value is (174,85,4). Sum of RGB (Red+Green+Blue) = 174+85+4=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5504 is #51AAFB. Grayscale: #666666. Windows color (decimal): -5352188 or 284078. OLE color: 284078.

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

Color convert

RGB 174 85 4 -
CMYK 0 0.51 0.98 0.32
HSL 28.59º 0.96% 0.35% -
HSV(B) 28.59º 0.98% 0.68% -
XYZ 20.73 15.5 2.02 -
YUV 102.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 174 85 4 0 0.51 0.98 0.32 28.59 0.96 0.35
Hex AE 55 4 0 33 62 20 1D 60 23
Octal 256 125 4 0 63 142 40 35 140 43
Binary 10101110 1010101 100 0 110011 1100010 100000 11101 1100000 100011

Color Harmonies of #AE5504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5504

Black with #AE5504

Text Example


Text Example

White with #AE5504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5504; }

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

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

background-color css

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

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

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

border-color css

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

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

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