Html Css Color HEX #AD4A11 Rust

📋 copy color: '#AD4A11'

red 173 ◦ green 74 ◦ blue 17

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

Shades of Rust #AD4A11

Tints of Rust #AD4A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.03%

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

R = 65.53%
G = 28.03%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD4A11 (or 0xAD4A11) is known color: Rust. HEX triplet: AD, 4A and 11. RGB value is (173,74,17). Sum of RGB (Red+Green+Blue) = 173+74+17=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A11 is #52B5EE. Grayscale: #616161. Windows color (decimal): -5420527 or 1133229. OLE color: 1133229.

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

Color convert

RGB 173 74 17 -
CMYK 0 0.57 0.90 0.32
HSL 21.92º 0.82% 0.37% -
HSV(B) 21.92º 0.9% 0.68% -
XYZ 19.78 13.82 2.16 -
YUV 97.1 82.8 182.13 -
System Red Green Blue C M Y K H S L
Decimal 173 74 17 0 0.57 0.90 0.32 21.92 0.82 0.37
Hex AD 4A 11 0 39 5A 20 16 52 25
Octal 255 112 21 0 71 132 40 26 122 45
Binary 10101101 1001010 10001 0 111001 1011010 100000 10110 1010010 100101

Color Harmonies of #AD4A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A11

Black with #AD4A11

Text Example


Text Example

White with #AD4A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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