Html Css Color HEX #AD540D Rust

📋 copy color: '#AD540D'

red 173 ◦ green 84 ◦ blue 13

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

Shades of Rust #AD540D

Tints of Rust #AD540D

RGB

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

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

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

R = 64.07%
G = 31.11%
B = 4.81%

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

#AD540D (or 0xAD540D) is known color: Rust. HEX triplet: AD, 54 and 0D. RGB value is (173,84,13). Sum of RGB (Red+Green+Blue) = 173+84+13=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD540D is #52ABF2. Grayscale: #666666. Windows color (decimal): -5417971 or 873645. OLE color: 873645.

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

Color convert

RGB 173 84 13 -
CMYK 0 0.51 0.92 0.32
HSL 26.63º 0.86% 0.36% -
HSV(B) 26.63º 0.92% 0.68% -
XYZ 20.48 15.25 2.25 -
YUV 102.52 77.49 178.27 -
System Red Green Blue C M Y K H S L
Decimal 173 84 13 0 0.51 0.92 0.32 26.63 0.86 0.36
Hex AD 54 D 0 33 5C 20 1B 56 24
Octal 255 124 15 0 63 134 40 33 126 44
Binary 10101101 1010100 1101 0 110011 1011100 100000 11011 1010110 100100

Color Harmonies of #AD540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD540D

Black with #AD540D

Text Example


Text Example

White with #AD540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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