Html Css Color HEX #AD4518 Rust

📋 copy color: '#AD4518'

red 173 ◦ green 69 ◦ blue 24

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

Shades of Rust #AD4518

Tints of Rust #AD4518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 65.04%
G = 25.94%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD4518 (or 0xAD4518) is known color: Rust. HEX triplet: AD, 45 and 18. RGB value is (173,69,24). Sum of RGB (Red+Green+Blue) = 173+69+24=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4518 is #52BAE7. Grayscale: #5F5F5F. Windows color (decimal): -5421800 or 1590701. OLE color: 1590701.

HSL color Cylindrical-coordinate representation of color #AD4518: hue angle of 18.12º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD4518 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 24 -
CMYK 0 0.60 0.86 0.32
HSL 18.12º 0.76% 0.39% -
HSV(B) 18.12º 0.86% 0.68% -
XYZ 19.53 13.21 2.38 -
YUV 94.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 173 69 24 0 0.60 0.86 0.32 18.12 0.76 0.39
Hex AD 45 18 0 3C 56 20 12 4C 27
Octal 255 105 30 0 74 126 40 22 114 47
Binary 10101101 1000101 11000 0 111100 1010110 100000 10010 1001100 100111

Color Harmonies of #AD4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4518

Black with #AD4518

Text Example


Text Example

White with #AD4518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4518; }

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

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

background-color css

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

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

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

border-color css

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

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

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