Html Css Color HEX #AE560F Rust

📋 copy color: '#AE560F'

red 174 ◦ green 86 ◦ blue 15

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

Shades of Rust #AE560F

Tints of Rust #AE560F

RGB

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

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

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

R = 63.27%
G = 31.27%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE560F (or 0xAE560F) is known color: Rust. HEX triplet: AE, 56 and 0F. RGB value is (174,86,15). Sum of RGB (Red+Green+Blue) = 174+86+15=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE560F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE560F is #51A9F0. Grayscale: #686868. Windows color (decimal): -5351921 or 1005230. OLE color: 1005230.

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

Color convert

RGB 174 86 15 -
CMYK 0 0.51 0.91 0.32
HSL 26.79º 0.84% 0.37% -
HSV(B) 26.79º 0.91% 0.68% -
XYZ 20.87 15.69 2.38 -
YUV 104.22 77.65 177.77 -
System Red Green Blue C M Y K H S L
Decimal 174 86 15 0 0.51 0.91 0.32 26.79 0.84 0.37
Hex AE 56 F 0 33 5B 20 1B 54 25
Octal 256 126 17 0 63 133 40 33 124 45
Binary 10101110 1010110 1111 0 110011 1011011 100000 11011 1010100 100101

Color Harmonies of #AE560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE560F

Black with #AE560F

Text Example


Text Example

White with #AE560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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