Html Css Color HEX #AD5510 Rust

📋 copy color: '#AD5510'

red 173 ◦ green 85 ◦ blue 16

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

Shades of Rust #AD5510

Tints of Rust #AD5510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

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

R = 63.14%
G = 31.02%
B = 5.84%

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

#AD5510 (or 0xAD5510) is known color: Rust. HEX triplet: AD, 55 and 10. RGB value is (173,85,16). Sum of RGB (Red+Green+Blue) = 173+85+16=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5510 is #52AAEF. Grayscale: #676767. Windows color (decimal): -5417712 or 1070509. OLE color: 1070509.

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

Color convert

RGB 173 85 16 -
CMYK 0 0.51 0.91 0.32
HSL 26.37º 0.83% 0.37% -
HSV(B) 26.37º 0.91% 0.68% -
XYZ 20.58 15.42 2.38 -
YUV 103.45 78.65 177.61 -
System Red Green Blue C M Y K H S L
Decimal 173 85 16 0 0.51 0.91 0.32 26.37 0.83 0.37
Hex AD 55 10 0 33 5B 20 1A 53 25
Octal 255 125 20 0 63 133 40 32 123 45
Binary 10101101 1010101 10000 0 110011 1011011 100000 11010 1010011 100101

Color Harmonies of #AD5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5510

Black with #AD5510

Text Example


Text Example

White with #AD5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5510; }

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

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

background-color css

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

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

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

border-color css

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

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

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