Html Css Color HEX #AD5310 Rust

📋 copy color: '#AD5310'

red 173 ◦ green 83 ◦ blue 16

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

Shades of Rust #AD5310

Tints of Rust #AD5310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.51%

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

R = 63.6%
G = 30.51%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD5310 (or 0xAD5310) is known color: Rust. HEX triplet: AD, 53 and 10. RGB value is (173,83,16). Sum of RGB (Red+Green+Blue) = 173+83+16=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5310 is #52ACEF. Grayscale: #666666. Windows color (decimal): -5418224 or 1069997. OLE color: 1069997.

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

Color convert

RGB 173 83 16 -
CMYK 0 0.52 0.91 0.32
HSL 25.61º 0.83% 0.37% -
HSV(B) 25.61º 0.91% 0.68% -
XYZ 20.42 15.11 2.33 -
YUV 102.27 79.32 178.45 -
System Red Green Blue C M Y K H S L
Decimal 173 83 16 0 0.52 0.91 0.32 25.61 0.83 0.37
Hex AD 53 10 0 34 5B 20 1A 53 25
Octal 255 123 20 0 64 133 40 32 123 45
Binary 10101101 1010011 10000 0 110100 1011011 100000 11010 1010011 100101

Color Harmonies of #AD5310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5310

Black with #AD5310

Text Example


Text Example

White with #AD5310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5310; }

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

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

background-color css

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

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

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

border-color css

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

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

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