Html Css Color HEX #AD4610 Rust

📋 copy color: '#AD4610'

red 173 ◦ green 70 ◦ blue 16

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

Shades of Rust #AD4610

Tints of Rust #AD4610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 66.8%
G = 27.03%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD4610 (or 0xAD4610) is known color: Rust. HEX triplet: AD, 46 and 10. RGB value is (173,70,16). Sum of RGB (Red+Green+Blue) = 173+70+16=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4610 is #52B9EF. Grayscale: #5E5E5E. Windows color (decimal): -5421552 or 1066669. OLE color: 1066669.

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

Color convert

RGB 173 70 16 -
CMYK 0 0.60 0.91 0.32
HSL 20.64º 0.83% 0.37% -
HSV(B) 20.64º 0.91% 0.68% -
XYZ 19.52 13.3 2.03 -
YUV 94.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 173 70 16 0 0.60 0.91 0.32 20.64 0.83 0.37
Hex AD 46 10 0 3C 5B 20 15 53 25
Octal 255 106 20 0 74 133 40 25 123 45
Binary 10101101 1000110 10000 0 111100 1011011 100000 10101 1010011 100101

Color Harmonies of #AD4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4610

Black with #AD4610

Text Example


Text Example

White with #AD4610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4610; }

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

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

background-color css

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

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

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

border-color css

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

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

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