Html Css Color HEX #AD520B Rust

📋 copy color: '#AD520B'

red 173 ◦ green 82 ◦ blue 11

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

Shades of Rust #AD520B

Tints of Rust #AD520B

RGB

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

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

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

R = 65.04%
G = 30.83%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD520B (or 0xAD520B) is known color: Rust. HEX triplet: AD, 52 and 0B. RGB value is (173,82,11). Sum of RGB (Red+Green+Blue) = 173+82+11=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD520B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD520B is #52ADF4. Grayscale: #656565. Windows color (decimal): -5418485 or 742061. OLE color: 742061.

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

Color convert

RGB 173 82 11 -
CMYK 0 0.53 0.94 0.32
HSL 26.3º 0.88% 0.36% -
HSV(B) 26.3º 0.94% 0.68% -
XYZ 20.31 14.94 2.13 -
YUV 101.12 77.15 179.27 -
System Red Green Blue C M Y K H S L
Decimal 173 82 11 0 0.53 0.94 0.32 26.3 0.88 0.36
Hex AD 52 B 0 35 5E 20 1A 58 24
Octal 255 122 13 0 65 136 40 32 130 44
Binary 10101101 1010010 1011 0 110101 1011110 100000 11010 1011000 100100

Color Harmonies of #AD520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD520B

Black with #AD520B

Text Example


Text Example

White with #AD520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD520B; }

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

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

background-color css

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

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

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

border-color css

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

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

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