Html Css Color HEX #AD520E Rust

📋 copy color: '#AD520E'

red 173 ◦ green 82 ◦ blue 14

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

Shades of Rust #AD520E

Tints of Rust #AD520E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 64.31%
G = 30.48%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD520E (or 0xAD520E) is known color: Rust. HEX triplet: AD, 52 and 0E. RGB value is (173,82,14). Sum of RGB (Red+Green+Blue) = 173+82+14=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD520E is #52ADF1. Grayscale: #656565. Windows color (decimal): -5418482 or 938669. OLE color: 938669.

HSL color Cylindrical-coordinate representation of color #AD520E: hue angle of 25.66º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD520E is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 82 14 -
CMYK 0 0.53 0.92 0.32
HSL 25.66º 0.85% 0.37% -
HSV(B) 25.66º 0.92% 0.68% -
XYZ 20.33 14.95 2.23 -
YUV 101.46 78.65 179.03 -
System Red Green Blue C M Y K H S L
Decimal 173 82 14 0 0.53 0.92 0.32 25.66 0.85 0.37
Hex AD 52 E 0 35 5C 20 1A 55 25
Octal 255 122 16 0 65 134 40 32 125 45
Binary 10101101 1010010 1110 0 110101 1011100 100000 11010 1010101 100101

Color Harmonies of #AD520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD520E

Black with #AD520E

Text Example


Text Example

White with #AD520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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