Html Css Color HEX #AD520F Rust

📋 copy color: '#AD520F'

red 173 ◦ green 82 ◦ blue 15

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

Shades of Rust #AD520F

Tints of Rust #AD520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 64.07%
G = 30.37%
B = 5.56%

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

#AD520F (or 0xAD520F) is known color: Rust. HEX triplet: AD, 52 and 0F. RGB value is (173,82,15). Sum of RGB (Red+Green+Blue) = 173+82+15=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD520F is #52ADF0. Grayscale: #656565. Windows color (decimal): -5418481 or 1004205. OLE color: 1004205.

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

Color convert

RGB 173 82 15 -
CMYK 0 0.53 0.91 0.32
HSL 25.44º 0.84% 0.37% -
HSV(B) 25.44º 0.91% 0.68% -
XYZ 20.34 14.95 2.27 -
YUV 101.57 79.15 178.95 -
System Red Green Blue C M Y K H S L
Decimal 173 82 15 0 0.53 0.91 0.32 25.44 0.84 0.37
Hex AD 52 F 0 35 5B 20 19 54 25
Octal 255 122 17 0 65 133 40 31 124 45
Binary 10101101 1010010 1111 0 110101 1011011 100000 11001 1010100 100101

Color Harmonies of #AD520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD520F

Black with #AD520F

Text Example


Text Example

White with #AD520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD520F; }

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

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

background-color css

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

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

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

border-color css

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

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

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