Html Css Color HEX #AD540F Rust

📋 copy color: '#AD540F'

red 173 ◦ green 84 ◦ blue 15

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

Shades of Rust #AD540F

Tints of Rust #AD540F

RGB

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

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

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

R = 63.6%
G = 30.88%
B = 5.51%

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

#AD540F (or 0xAD540F) is known color: Rust. HEX triplet: AD, 54 and 0F. RGB value is (173,84,15). Sum of RGB (Red+Green+Blue) = 173+84+15=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD540F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD540F is #52ABF0. Grayscale: #676767. Windows color (decimal): -5417969 or 1004717. OLE color: 1004717.

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

Color convert

RGB 173 84 15 -
CMYK 0 0.51 0.91 0.32
HSL 26.2º 0.84% 0.37% -
HSV(B) 26.2º 0.91% 0.68% -
XYZ 20.49 15.26 2.32 -
YUV 102.75 78.49 178.11 -
System Red Green Blue C M Y K H S L
Decimal 173 84 15 0 0.51 0.91 0.32 26.2 0.84 0.37
Hex AD 54 F 0 33 5B 20 1A 54 25
Octal 255 124 17 0 63 133 40 32 124 45
Binary 10101101 1010100 1111 0 110011 1011011 100000 11010 1010100 100101

Color Harmonies of #AD540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD540F

Black with #AD540F

Text Example


Text Example

White with #AD540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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