Html Css Color HEX #AD4600 Rust

📋 copy color: '#AD4600'

red 173 ◦ green 70 ◦ blue 0

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

Shades of Rust #AD4600

Tints of Rust #AD4600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.19%
G = 28.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD4600 (or 0xAD4600) is known color: Rust. HEX triplet: AD, 46 and 00. RGB value is (173,70,0). Sum of RGB (Red+Green+Blue) = 173+70+0=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4600 is #52B9FF. Grayscale: #5D5D5D. Windows color (decimal): -5421568 or 18093. OLE color: 18093.

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

Color convert

RGB 173 70 0 -
CMYK 0 0.60 1 0.32
HSL 24.28º 1% 0.34% -
HSV(B) 24.28º 1% 0.68% -
XYZ 19.42 13.26 1.54 -
YUV 92.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 173 70 0 0 0.60 1 0.32 24.28 1 0.34
Hex AD 46 0 0 3C 64 20 18 64 22
Octal 255 106 0 0 74 144 40 30 144 42
Binary 10101101 1000110 0 0 111100 1100100 100000 11000 1100100 100010

Color Harmonies of #AD4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4600

Black with #AD4600

Text Example


Text Example

White with #AD4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4600; }

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

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

background-color css

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

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

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

border-color css

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

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

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