Html Css Color HEX #AD4F16 Rust

📋 copy color: '#AD4F16'

red 173 ◦ green 79 ◦ blue 22

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

Shades of Rust #AD4F16

Tints of Rust #AD4F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.83%

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 63.14%
G = 28.83%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD4F16 (or 0xAD4F16) is known color: Rust. HEX triplet: AD, 4F and 16. RGB value is (173,79,22). Sum of RGB (Red+Green+Blue) = 173+79+22=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4F16 is #52B0E9. Grayscale: #646464. Windows color (decimal): -5419242 or 1462189. OLE color: 1462189.

HSL color Cylindrical-coordinate representation of color #AD4F16: hue angle of 22.65º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD4F16 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 79 22 -
CMYK 0 0.54 0.87 0.32
HSL 22.65º 0.77% 0.38% -
HSV(B) 22.65º 0.87% 0.68% -
XYZ 20.17 14.53 2.5 -
YUV 100.61 83.64 179.63 -
System Red Green Blue C M Y K H S L
Decimal 173 79 22 0 0.54 0.87 0.32 22.65 0.77 0.38
Hex AD 4F 16 0 36 57 20 17 4D 26
Octal 255 117 26 0 66 127 40 27 115 46
Binary 10101101 1001111 10110 0 110110 1010111 100000 10111 1001101 100110

Color Harmonies of #AD4F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4F16

Black with #AD4F16

Text Example


Text Example

White with #AD4F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4F16; }

 p { color: rgb(173,79,22); }

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

background-color css

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

 a { background-color: rgb(173,79,22); }

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

border-color css

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

 span { border-color: rgb(173,79,22); }

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