Html Css Color HEX #AD4601 Rust

📋 copy color: '#AD4601'

red 173 ◦ green 70 ◦ blue 1

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

Shades of Rust #AD4601

Tints of Rust #AD4601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.69%

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

R = 70.9%
G = 28.69%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD4601 (or 0xAD4601) is known color: Rust. HEX triplet: AD, 46 and 01. RGB value is (173,70,1). Sum of RGB (Red+Green+Blue) = 173+70+1=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4601 is #52B9FE. Grayscale: #5D5D5D. Windows color (decimal): -5421567 or 83629. OLE color: 83629.

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

Color convert

RGB 173 70 1 -
CMYK 0 0.60 0.99 0.32
HSL 24.07º 0.99% 0.34% -
HSV(B) 24.07º 0.99% 0.68% -
XYZ 19.43 13.27 1.57 -
YUV 92.93 76.12 185.11 -
System Red Green Blue C M Y K H S L
Decimal 173 70 1 0 0.60 0.99 0.32 24.07 0.99 0.34
Hex AD 46 1 0 3C 63 20 18 63 22
Octal 255 106 1 0 74 143 40 30 143 42
Binary 10101101 1000110 1 0 111100 1100011 100000 11000 1100011 100010

Color Harmonies of #AD4601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4601

Black with #AD4601

Text Example


Text Example

White with #AD4601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4601; }

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

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

background-color css

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

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

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

border-color css

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

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

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