Html Css Color HEX #AD5210 Rust

📋 copy color: '#AD5210'

red 173 ◦ green 82 ◦ blue 16

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

Shades of Rust #AD5210

Tints of Rust #AD5210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.26%

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

R = 63.84%
G = 30.26%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD5210 (or 0xAD5210) is known color: Rust. HEX triplet: AD, 52 and 10. RGB value is (173,82,16). Sum of RGB (Red+Green+Blue) = 173+82+16=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5210 is #52ADEF. Grayscale: #666666. Windows color (decimal): -5418480 or 1069741. OLE color: 1069741.

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

Color convert

RGB 173 82 16 -
CMYK 0 0.53 0.91 0.32
HSL 25.22º 0.83% 0.37% -
HSV(B) 25.22º 0.91% 0.68% -
XYZ 20.34 14.96 2.3 -
YUV 101.69 79.65 178.87 -
System Red Green Blue C M Y K H S L
Decimal 173 82 16 0 0.53 0.91 0.32 25.22 0.83 0.37
Hex AD 52 10 0 35 5B 20 19 53 25
Octal 255 122 20 0 65 133 40 31 123 45
Binary 10101101 1010010 10000 0 110101 1011011 100000 11001 1010011 100101

Color Harmonies of #AD5210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5210

Black with #AD5210

Text Example


Text Example

White with #AD5210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5210; }

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

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

background-color css

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

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

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

border-color css

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

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

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