Html Css Color HEX #AD5110 Rust

📋 copy color: '#AD5110'

red 173 ◦ green 81 ◦ blue 16

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

Shades of Rust #AD5110

Tints of Rust #AD5110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

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

R = 64.07%
G = 30%
B = 5.93%

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

#AD5110 (or 0xAD5110) is known color: Rust. HEX triplet: AD, 51 and 10. RGB value is (173,81,16). Sum of RGB (Red+Green+Blue) = 173+81+16=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5110 is #52AEEF. Grayscale: #656565. Windows color (decimal): -5418736 or 1069485. OLE color: 1069485.

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

Color convert

RGB 173 81 16 -
CMYK 0 0.53 0.91 0.32
HSL 24.84º 0.83% 0.37% -
HSV(B) 24.84º 0.91% 0.68% -
XYZ 20.27 14.81 2.28 -
YUV 101.1 79.98 179.29 -
System Red Green Blue C M Y K H S L
Decimal 173 81 16 0 0.53 0.91 0.32 24.84 0.83 0.37
Hex AD 51 10 0 35 5B 20 19 53 25
Octal 255 121 20 0 65 133 40 31 123 45
Binary 10101101 1010001 10000 0 110101 1011011 100000 11001 1010011 100101

Color Harmonies of #AD5110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5110

Black with #AD5110

Text Example


Text Example

White with #AD5110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5110; }

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

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

background-color css

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

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

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

border-color css

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

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

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