Html Css Color HEX #AE560D Rust

📋 copy color: '#AE560D'

red 174 ◦ green 86 ◦ blue 13

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

Shades of Rust #AE560D

Tints of Rust #AE560D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.5%

 BLUE value IS 13 (5.47% from 255) = 4.76%

R = 63.74%
G = 31.5%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE560D (or 0xAE560D) is known color: Rust. HEX triplet: AE, 56 and 0D. RGB value is (174,86,13). Sum of RGB (Red+Green+Blue) = 174+86+13=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE560D is #51A9F2. Grayscale: #686868. Windows color (decimal): -5351923 or 874158. OLE color: 874158.

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

Color convert

RGB 174 86 13 -
CMYK 0 0.51 0.93 0.32
HSL 27.2º 0.86% 0.37% -
HSV(B) 27.2º 0.93% 0.68% -
XYZ 20.86 15.68 2.31 -
YUV 103.99 76.65 177.94 -
System Red Green Blue C M Y K H S L
Decimal 174 86 13 0 0.51 0.93 0.32 27.2 0.86 0.37
Hex AE 56 D 0 33 5D 20 1B 56 25
Octal 256 126 15 0 63 135 40 33 126 45
Binary 10101110 1010110 1101 0 110011 1011101 100000 11011 1010110 100101

Color Harmonies of #AE560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE560D

Black with #AE560D

Text Example


Text Example

White with #AE560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE560D; }

 p { color: rgb(174,86,13); }

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

background-color css

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

 a { background-color: rgb(174,86,13); }

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

border-color css

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

 span { border-color: rgb(174,86,13); }

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