Html Css Color HEX #AD4514 Rust

📋 copy color: '#AD4514'

red 173 ◦ green 69 ◦ blue 20

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

Shades of Rust #AD4514

Tints of Rust #AD4514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

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

R = 66.03%
G = 26.34%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD4514 (or 0xAD4514) is known color: Rust. HEX triplet: AD, 45 and 14. RGB value is (173,69,20). Sum of RGB (Red+Green+Blue) = 173+69+20=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4514 is #52BAEB. Grayscale: #5E5E5E. Windows color (decimal): -5421804 or 1328557. OLE color: 1328557.

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

Color convert

RGB 173 69 20 -
CMYK 0 0.60 0.88 0.32
HSL 19.22º 0.79% 0.38% -
HSV(B) 19.22º 0.88% 0.68% -
XYZ 19.49 13.19 2.18 -
YUV 94.51 85.96 183.98 -
System Red Green Blue C M Y K H S L
Decimal 173 69 20 0 0.60 0.88 0.32 19.22 0.79 0.38
Hex AD 45 14 0 3C 58 20 13 4F 26
Octal 255 105 24 0 74 130 40 23 117 46
Binary 10101101 1000101 10100 0 111100 1011000 100000 10011 1001111 100110

Color Harmonies of #AD4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4514

Black with #AD4514

Text Example


Text Example

White with #AD4514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4514; }

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

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

background-color css

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

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

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

border-color css

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

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

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