Html Css Color HEX #AD4116 Rust

📋 copy color: '#AD4116'

red 173 ◦ green 65 ◦ blue 22

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

Shades of Rust #AD4116

Tints of Rust #AD4116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 66.54%
G = 25%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD4116 (or 0xAD4116) is known color: Rust. HEX triplet: AD, 41 and 16. RGB value is (173,65,22). Sum of RGB (Red+Green+Blue) = 173+65+22=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4116 is #52BEE9. Grayscale: #5C5C5C. Windows color (decimal): -5422826 or 1458605. OLE color: 1458605.

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

Color convert

RGB 173 65 22 -
CMYK 0 0.62 0.87 0.32
HSL 17.09º 0.77% 0.38% -
HSV(B) 17.09º 0.87% 0.68% -
XYZ 19.27 12.72 2.2 -
YUV 92.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 173 65 22 0 0.62 0.87 0.32 17.09 0.77 0.38
Hex AD 41 16 0 3E 57 20 11 4D 26
Octal 255 101 26 0 76 127 40 21 115 46
Binary 10101101 1000001 10110 0 111110 1010111 100000 10001 1001101 100110

Color Harmonies of #AD4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4116

Black with #AD4116

Text Example


Text Example

White with #AD4116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4116; }

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

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

background-color css

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

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

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

border-color css

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

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

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