Html Css Color HEX #AD5410 Rust

📋 copy color: '#AD5410'

red 173 ◦ green 84 ◦ blue 16

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

Shades of Rust #AD5410

Tints of Rust #AD5410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.77%

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

R = 63.37%
G = 30.77%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD5410 (or 0xAD5410) is known color: Rust. HEX triplet: AD, 54 and 10. RGB value is (173,84,16). Sum of RGB (Red+Green+Blue) = 173+84+16=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5410 is #52ABEF. Grayscale: #676767. Windows color (decimal): -5417968 or 1070253. OLE color: 1070253.

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

Color convert

RGB 173 84 16 -
CMYK 0 0.51 0.91 0.32
HSL 25.99º 0.83% 0.37% -
HSV(B) 25.99º 0.91% 0.68% -
XYZ 20.5 15.26 2.36 -
YUV 102.86 78.99 178.03 -
System Red Green Blue C M Y K H S L
Decimal 173 84 16 0 0.51 0.91 0.32 25.99 0.83 0.37
Hex AD 54 10 0 33 5B 20 1A 53 25
Octal 255 124 20 0 63 133 40 32 123 45
Binary 10101101 1010100 10000 0 110011 1011011 100000 11010 1010011 100101

Color Harmonies of #AD5410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5410

Black with #AD5410

Text Example


Text Example

White with #AD5410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5410; }

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

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

background-color css

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

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

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

border-color css

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

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

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