Html Css Color HEX #AD4614 Rust

📋 copy color: '#AD4614'

red 173 ◦ green 70 ◦ blue 20

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

Shades of Rust #AD4614

Tints of Rust #AD4614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 65.78%
G = 26.62%
B = 7.6%

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

#AD4614 (or 0xAD4614) is known color: Rust. HEX triplet: AD, 46 and 14. RGB value is (173,70,20). Sum of RGB (Red+Green+Blue) = 173+70+20=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4614 is #52B9EB. Grayscale: #5F5F5F. Windows color (decimal): -5421548 or 1328813. OLE color: 1328813.

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

Color convert

RGB 173 70 20 -
CMYK 0 0.60 0.88 0.32
HSL 19.61º 0.79% 0.38% -
HSV(B) 19.61º 0.88% 0.68% -
XYZ 19.55 13.32 2.2 -
YUV 95.1 85.62 183.57 -
System Red Green Blue C M Y K H S L
Decimal 173 70 20 0 0.60 0.88 0.32 19.61 0.79 0.38
Hex AD 46 14 0 3C 58 20 14 4F 26
Octal 255 106 24 0 74 130 40 24 117 46
Binary 10101101 1000110 10100 0 111100 1011000 100000 10100 1001111 100110

Color Harmonies of #AD4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4614

Black with #AD4614

Text Example


Text Example

White with #AD4614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4614; }

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

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

background-color css

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

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

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

border-color css

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

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

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