Html Css Color HEX #AD5301 Rust

📋 copy color: '#AD5301'

red 173 ◦ green 83 ◦ blue 1

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

Shades of Rust #AD5301

Tints of Rust #AD5301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.3%

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

R = 67.32%
G = 32.3%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD5301 (or 0xAD5301) is known color: Rust. HEX triplet: AD, 53 and 01. RGB value is (173,83,1). Sum of RGB (Red+Green+Blue) = 173+83+1=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5301 is #52ACFE. Grayscale: #646464. Windows color (decimal): -5418239 or 86957. OLE color: 86957.

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

Color convert

RGB 173 83 1 -
CMYK 0 0.52 0.99 0.32
HSL 28.6º 0.99% 0.34% -
HSV(B) 28.6º 0.99% 0.68% -
XYZ 20.33 15.07 1.87 -
YUV 100.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 173 83 1 0 0.52 0.99 0.32 28.6 0.99 0.34
Hex AD 53 1 0 34 63 20 1D 63 22
Octal 255 123 1 0 64 143 40 35 143 42
Binary 10101101 1010011 1 0 110100 1100011 100000 11101 1100011 100010

Color Harmonies of #AD5301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5301

Black with #AD5301

Text Example


Text Example

White with #AD5301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5301; }

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

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

background-color css

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

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

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

border-color css

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

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

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