Html Css Color HEX #AE4D0F Rust

📋 copy color: '#AE4D0F'

red 174 ◦ green 77 ◦ blue 15

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

Shades of Rust #AE4D0F

Tints of Rust #AE4D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.64%

R = 65.41%
G = 28.95%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE4D0F (or 0xAE4D0F) is known color: Rust. HEX triplet: AE, 4D and 0F. RGB value is (174,77,15). Sum of RGB (Red+Green+Blue) = 174+77+15=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D0F is #51B2F0. Grayscale: #636363. Windows color (decimal): -5354225 or 1002926. OLE color: 1002926.

HSL color Cylindrical-coordinate representation of color #AE4D0F: hue angle of 23.4º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE4D0F is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 77 15 -
CMYK 0 0.56 0.91 0.32
HSL 23.4º 0.84% 0.37% -
HSV(B) 23.4º 0.91% 0.68% -
XYZ 20.2 14.34 2.16 -
YUV 98.94 80.64 181.54 -
System Red Green Blue C M Y K H S L
Decimal 174 77 15 0 0.56 0.91 0.32 23.4 0.84 0.37
Hex AE 4D F 0 38 5B 20 17 54 25
Octal 256 115 17 0 70 133 40 27 124 45
Binary 10101110 1001101 1111 0 111000 1011011 100000 10111 1010100 100101

Color Harmonies of #AE4D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D0F

Black with #AE4D0F

Text Example


Text Example

White with #AE4D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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