Html Css Color HEX #AD4A14 Rust

📋 copy color: '#AD4A14'

red 173 ◦ green 74 ◦ blue 20

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

Shades of Rust #AD4A14

Tints of Rust #AD4A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 64.79%
G = 27.72%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD4A14 (or 0xAD4A14) is known color: Rust. HEX triplet: AD, 4A and 14. RGB value is (173,74,20). Sum of RGB (Red+Green+Blue) = 173+74+20=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A14 is #52B5EB. Grayscale: #616161. Windows color (decimal): -5420524 or 1329837. OLE color: 1329837.

HSL color Cylindrical-coordinate representation of color #AD4A14: hue angle of 21.18º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD4A14 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 74 20 -
CMYK 0 0.57 0.88 0.32
HSL 21.18º 0.79% 0.38% -
HSV(B) 21.18º 0.88% 0.68% -
XYZ 19.81 13.83 2.29 -
YUV 97.45 84.3 181.89 -
System Red Green Blue C M Y K H S L
Decimal 173 74 20 0 0.57 0.88 0.32 21.18 0.79 0.38
Hex AD 4A 14 0 39 58 20 15 4F 26
Octal 255 112 24 0 71 130 40 25 117 46
Binary 10101101 1001010 10100 0 111001 1011000 100000 10101 1001111 100110

Color Harmonies of #AD4A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A14

Black with #AD4A14

Text Example


Text Example

White with #AD4A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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