Html Css Color HEX #AE4D05 Rust

📋 copy color: '#AE4D05'

red 174 ◦ green 77 ◦ blue 5

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

Shades of Rust #AE4D05

Tints of Rust #AE4D05

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.08%

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

R = 67.97%
G = 30.08%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE4D05 (or 0xAE4D05) is known color: Rust. HEX triplet: AE, 4D and 05. RGB value is (174,77,5). Sum of RGB (Red+Green+Blue) = 174+77+5=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D05 is #51B2FA. Grayscale: #626262. Windows color (decimal): -5354235 or 347566. OLE color: 347566.

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

Color convert

RGB 174 77 5 -
CMYK 0 0.56 0.97 0.32
HSL 25.56º 0.94% 0.35% -
HSV(B) 25.56º 0.97% 0.68% -
XYZ 20.14 14.32 1.85 -
YUV 97.8 75.64 182.35 -
System Red Green Blue C M Y K H S L
Decimal 174 77 5 0 0.56 0.97 0.32 25.56 0.94 0.35
Hex AE 4D 5 0 38 61 20 1A 5E 23
Octal 256 115 5 0 70 141 40 32 136 43
Binary 10101110 1001101 101 0 111000 1100001 100000 11010 1011110 100011

Color Harmonies of #AE4D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D05

Black with #AE4D05

Text Example


Text Example

White with #AE4D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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