Html Css Color HEX #AD5601 Rust

📋 copy color: '#AD5601'

red 173 ◦ green 86 ◦ blue 1

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

Shades of Rust #AD5601

Tints of Rust #AD5601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.08%

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

R = 66.54%
G = 33.08%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD5601 (or 0xAD5601) is known color: Rust. HEX triplet: AD, 56 and 01. RGB value is (173,86,1). Sum of RGB (Red+Green+Blue) = 173+86+1=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5601 is #52A9FE. Grayscale: #666666. Windows color (decimal): -5417471 or 87725. OLE color: 87725.

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

Color convert

RGB 173 86 1 -
CMYK 0 0.50 0.99 0.32
HSL 29.65º 0.99% 0.34% -
HSV(B) 29.65º 0.99% 0.68% -
XYZ 20.57 15.54 1.94 -
YUV 102.32 70.82 178.41 -
System Red Green Blue C M Y K H S L
Decimal 173 86 1 0 0.50 0.99 0.32 29.65 0.99 0.34
Hex AD 56 1 0 32 63 20 1E 63 22
Octal 255 126 1 0 62 143 40 36 143 42
Binary 10101101 1010110 1 0 110010 1100011 100000 11110 1100011 100010

Color Harmonies of #AD5601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5601

Black with #AD5601

Text Example


Text Example

White with #AD5601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5601; }

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

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

background-color css

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

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

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

border-color css

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

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

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