Html Css Color HEX #AD4605 Rust

📋 copy color: '#AD4605'

red 173 ◦ green 70 ◦ blue 5

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

Shades of Rust #AD4605

Tints of Rust #AD4605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 69.76%
G = 28.23%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD4605 (or 0xAD4605) is known color: Rust. HEX triplet: AD, 46 and 05. RGB value is (173,70,5). Sum of RGB (Red+Green+Blue) = 173+70+5=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4605 is #52B9FA. Grayscale: #5D5D5D. Windows color (decimal): -5421563 or 345773. OLE color: 345773.

HSL color Cylindrical-coordinate representation of color #AD4605: hue angle of 23.21º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD4605 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 70 5 -
CMYK 0 0.60 0.97 0.32
HSL 23.21º 0.94% 0.35% -
HSV(B) 23.21º 0.97% 0.68% -
XYZ 19.45 13.28 1.68 -
YUV 93.39 78.12 184.79 -
System Red Green Blue C M Y K H S L
Decimal 173 70 5 0 0.60 0.97 0.32 23.21 0.94 0.35
Hex AD 46 5 0 3C 61 20 17 5E 23
Octal 255 106 5 0 74 141 40 27 136 43
Binary 10101101 1000110 101 0 111100 1100001 100000 10111 1011110 100011

Color Harmonies of #AD4605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4605

Black with #AD4605

Text Example


Text Example

White with #AD4605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4605; }

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

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

background-color css

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

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

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

border-color css

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

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

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