Html Css Color HEX #AD4711 Rust

📋 copy color: '#AD4711'

red 173 ◦ green 71 ◦ blue 17

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

Shades of Rust #AD4711

Tints of Rust #AD4711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 66.28%
G = 27.2%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD4711 (or 0xAD4711) is known color: Rust. HEX triplet: AD, 47 and 11. RGB value is (173,71,17). Sum of RGB (Red+Green+Blue) = 173+71+17=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4711 is #52B8EE. Grayscale: #5F5F5F. Windows color (decimal): -5421295 or 1132461. OLE color: 1132461.

HSL color Cylindrical-coordinate representation of color #AD4711: hue angle of 20.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD4711 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 71 17 -
CMYK 0 0.59 0.90 0.32
HSL 20.77º 0.82% 0.37% -
HSV(B) 20.77º 0.9% 0.68% -
XYZ 19.59 13.43 2.09 -
YUV 95.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 173 71 17 0 0.59 0.90 0.32 20.77 0.82 0.37
Hex AD 47 11 0 3B 5A 20 15 52 25
Octal 255 107 21 0 73 132 40 25 122 45
Binary 10101101 1000111 10001 0 111011 1011010 100000 10101 1010010 100101

Color Harmonies of #AD4711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4711

Black with #AD4711

Text Example


Text Example

White with #AD4711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4711; }

 p { color: rgb(173,71,17); }

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

background-color css

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

 a { background-color: rgb(173,71,17); }

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

border-color css

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

 span { border-color: rgb(173,71,17); }

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