Html Css Color HEX #AD4516 Rust

📋 copy color: '#AD4516'

red 173 ◦ green 69 ◦ blue 22

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

Shades of Rust #AD4516

Tints of Rust #AD4516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

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

R = 65.53%
G = 26.14%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD4516 (or 0xAD4516) is known color: Rust. HEX triplet: AD, 45 and 16. RGB value is (173,69,22). Sum of RGB (Red+Green+Blue) = 173+69+22=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4516 is #52BAE9. Grayscale: #5F5F5F. Windows color (decimal): -5421802 or 1459629. OLE color: 1459629.

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

Color convert

RGB 173 69 22 -
CMYK 0 0.60 0.87 0.32
HSL 18.68º 0.77% 0.38% -
HSV(B) 18.68º 0.87% 0.68% -
XYZ 19.51 13.2 2.28 -
YUV 94.74 86.96 183.82 -
System Red Green Blue C M Y K H S L
Decimal 173 69 22 0 0.60 0.87 0.32 18.68 0.77 0.38
Hex AD 45 16 0 3C 57 20 13 4D 26
Octal 255 105 26 0 74 127 40 23 115 46
Binary 10101101 1000101 10110 0 111100 1010111 100000 10011 1001101 100110

Color Harmonies of #AD4516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4516

Black with #AD4516

Text Example


Text Example

White with #AD4516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4516; }

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

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

background-color css

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

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

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

border-color css

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

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

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