Html Css Color HEX #AD560B Rust

📋 copy color: '#AD560B'

red 173 ◦ green 86 ◦ blue 11

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

Shades of Rust #AD560B

Tints of Rust #AD560B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

 BLUE value IS 11 (4.69% from 255) = 4.07%

R = 64.07%
G = 31.85%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD560B (or 0xAD560B) is known color: Rust. HEX triplet: AD, 56 and 0B. RGB value is (173,86,11). Sum of RGB (Red+Green+Blue) = 173+86+11=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD560B is #52A9F4. Grayscale: #676767. Windows color (decimal): -5417461 or 743085. OLE color: 743085.

HSL color Cylindrical-coordinate representation of color #AD560B: hue angle of 27.78º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD560B is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 86 11 -
CMYK 0 0.50 0.94 0.32
HSL 27.78º 0.88% 0.36% -
HSV(B) 27.78º 0.94% 0.68% -
XYZ 20.62 15.56 2.23 -
YUV 103.46 75.82 177.6 -
System Red Green Blue C M Y K H S L
Decimal 173 86 11 0 0.50 0.94 0.32 27.78 0.88 0.36
Hex AD 56 B 0 32 5E 20 1C 58 24
Octal 255 126 13 0 62 136 40 34 130 44
Binary 10101101 1010110 1011 0 110010 1011110 100000 11100 1011000 100100

Color Harmonies of #AD560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD560B

Black with #AD560B

Text Example


Text Example

White with #AD560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD560B; }

 p { color: rgb(173,86,11); }

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

background-color css

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

 a { background-color: rgb(173,86,11); }

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

border-color css

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

 span { border-color: rgb(173,86,11); }

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