Html Css Color HEX #AD4017 Rust

📋 copy color: '#AD4017'

red 173 ◦ green 64 ◦ blue 23

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

Shades of Rust #AD4017

Tints of Rust #AD4017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

 BLUE value IS 23 (9.38% from 255) = 8.85%

R = 66.54%
G = 24.62%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD4017 (or 0xAD4017) is known color: Rust. HEX triplet: AD, 40 and 17. RGB value is (173,64,23). Sum of RGB (Red+Green+Blue) = 173+64+23=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4017 is #52BFE8. Grayscale: #5C5C5C. Windows color (decimal): -5423081 or 1523885. OLE color: 1523885.

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

Color convert

RGB 173 64 23 -
CMYK 0 0.63 0.87 0.32
HSL 16.4º 0.77% 0.38% -
HSV(B) 16.4º 0.87% 0.68% -
XYZ 19.22 12.61 2.23 -
YUV 91.92 89.11 185.83 -
System Red Green Blue C M Y K H S L
Decimal 173 64 23 0 0.63 0.87 0.32 16.4 0.77 0.38
Hex AD 40 17 0 3F 57 20 10 4D 26
Octal 255 100 27 0 77 127 40 20 115 46
Binary 10101101 1000000 10111 0 111111 1010111 100000 10000 1001101 100110

Color Harmonies of #AD4017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4017

Black with #AD4017

Text Example


Text Example

White with #AD4017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4017; }

 p { color: rgb(173,64,23); }

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

background-color css

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

 a { background-color: rgb(173,64,23); }

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

border-color css

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

 span { border-color: rgb(173,64,23); }

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