Html Css Color HEX #AD5300 Rust

📋 copy color: '#AD5300'

red 173 ◦ green 83 ◦ blue 0

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

Shades of Rust #AD5300

Tints of Rust #AD5300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.58%
G = 32.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD5300 (or 0xAD5300) is known color: Rust. HEX triplet: AD, 53 and 00. RGB value is (173,83,0). Sum of RGB (Red+Green+Blue) = 173+83+0=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5300 is #52ACFF. Grayscale: #646464. Windows color (decimal): -5418240 or 21421. OLE color: 21421.

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

Color convert

RGB 173 83 0 -
CMYK 0 0.52 1 0.32
HSL 28.79º 1% 0.34% -
HSV(B) 28.79º 1% 0.68% -
XYZ 20.33 15.07 1.84 -
YUV 100.45 71.32 179.75 -
System Red Green Blue C M Y K H S L
Decimal 173 83 0 0 0.52 1 0.32 28.79 1 0.34
Hex AD 53 0 0 34 64 20 1D 64 22
Octal 255 123 0 0 64 144 40 35 144 42
Binary 10101101 1010011 0 0 110100 1100100 100000 11101 1100100 100010

Color Harmonies of #AD5300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5300

Black with #AD5300

Text Example


Text Example

White with #AD5300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5300; }

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

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

background-color css

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

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

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

border-color css

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

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

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