Html Css Color HEX #AD540E Rust

📋 copy color: '#AD540E'

red 173 ◦ green 84 ◦ blue 14

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

Shades of Rust #AD540E

Tints of Rust #AD540E

RGB

 RED value IS 173 (67.97% from 255) = 63.84%

 GREEN value IS 84 (33.2% from 255) = 31%

 BLUE value IS 14 (5.86% from 255) = 5.17%

R = 63.84%
G = 31%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD540E (or 0xAD540E) is known color: Rust. HEX triplet: AD, 54 and 0E. RGB value is (173,84,14). Sum of RGB (Red+Green+Blue) = 173+84+14=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD540E is #52ABF1. Grayscale: #676767. Windows color (decimal): -5417970 or 939181. OLE color: 939181.

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

Color convert

RGB 173 84 14 -
CMYK 0 0.51 0.92 0.32
HSL 26.42º 0.85% 0.37% -
HSV(B) 26.42º 0.92% 0.68% -
XYZ 20.48 15.26 2.28 -
YUV 102.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 173 84 14 0 0.51 0.92 0.32 26.42 0.85 0.37
Hex AD 54 E 0 33 5C 20 1A 55 25
Octal 255 124 16 0 63 134 40 32 125 45
Binary 10101101 1010100 1110 0 110011 1011100 100000 11010 1010101 100101

Color Harmonies of #AD540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD540E

Black with #AD540E

Text Example


Text Example

White with #AD540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD540E; }

 p { color: rgb(173,84,14); }

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

background-color css

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

 a { background-color: rgb(173,84,14); }

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

border-color css

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

 span { border-color: rgb(173,84,14); }

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