Html Css Color HEX #AD4E14 Rust

📋 copy color: '#AD4E14'

red 173 ◦ green 78 ◦ blue 20

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

Shades of Rust #AD4E14

Tints of Rust #AD4E14

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.78%

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

R = 63.84%
G = 28.78%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD4E14 (or 0xAD4E14) is known color: Rust. HEX triplet: AD, 4E and 14. RGB value is (173,78,20). Sum of RGB (Red+Green+Blue) = 173+78+20=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4E14 is #52B1EB. Grayscale: #646464. Windows color (decimal): -5419500 or 1330861. OLE color: 1330861.

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

Color convert

RGB 173 78 20 -
CMYK 0 0.55 0.88 0.32
HSL 22.75º 0.79% 0.38% -
HSV(B) 22.75º 0.88% 0.68% -
XYZ 20.08 14.38 2.38 -
YUV 99.79 82.97 180.22 -
System Red Green Blue C M Y K H S L
Decimal 173 78 20 0 0.55 0.88 0.32 22.75 0.79 0.38
Hex AD 4E 14 0 37 58 20 17 4F 26
Octal 255 116 24 0 67 130 40 27 117 46
Binary 10101101 1001110 10100 0 110111 1011000 100000 10111 1001111 100110

Color Harmonies of #AD4E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4E14

Black with #AD4E14

Text Example


Text Example

White with #AD4E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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