Html Css Color HEX #AD5201 Rust

📋 copy color: '#AD5201'

red 173 ◦ green 82 ◦ blue 1

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

Shades of Rust #AD5201

Tints of Rust #AD5201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 67.58%
G = 32.03%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD5201 (or 0xAD5201) is known color: Rust. HEX triplet: AD, 52 and 01. RGB value is (173,82,1). Sum of RGB (Red+Green+Blue) = 173+82+1=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5201 is #52ADFE. Grayscale: #646464. Windows color (decimal): -5418495 or 86701. OLE color: 86701.

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

Color convert

RGB 173 82 1 -
CMYK 0 0.53 0.99 0.32
HSL 28.26º 0.99% 0.34% -
HSV(B) 28.26º 0.99% 0.68% -
XYZ 20.26 14.92 1.84 -
YUV 99.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 173 82 1 0 0.53 0.99 0.32 28.26 0.99 0.34
Hex AD 52 1 0 35 63 20 1C 63 22
Octal 255 122 1 0 65 143 40 34 143 42
Binary 10101101 1010010 1 0 110101 1100011 100000 11100 1100011 100010

Color Harmonies of #AD5201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5201

Black with #AD5201

Text Example


Text Example

White with #AD5201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5201; }

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

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

background-color css

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

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

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

border-color css

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

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

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