Html Css Color HEX #AD4505 Rust

📋 copy color: '#AD4505'

red 173 ◦ green 69 ◦ blue 5

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

Shades of Rust #AD4505

Tints of Rust #AD4505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.94%

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

R = 70.04%
G = 27.94%
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

#AD4505 (or 0xAD4505) is known color: Rust. HEX triplet: AD, 45 and 05. RGB value is (173,69,5). Sum of RGB (Red+Green+Blue) = 173+69+5=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4505 is #52BAFA. Grayscale: #5D5D5D. Windows color (decimal): -5421819 or 345517. OLE color: 345517.

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

Color convert

RGB 173 69 5 -
CMYK 0 0.60 0.97 0.32
HSL 22.86º 0.94% 0.35% -
HSV(B) 22.86º 0.97% 0.68% -
XYZ 19.39 13.15 1.66 -
YUV 92.8 78.46 185.2 -
System Red Green Blue C M Y K H S L
Decimal 173 69 5 0 0.60 0.97 0.32 22.86 0.94 0.35
Hex AD 45 5 0 3C 61 20 17 5E 23
Octal 255 105 5 0 74 141 40 27 136 43
Binary 10101101 1000101 101 0 111100 1100001 100000 10111 1011110 100011

Color Harmonies of #AD4505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4505

Black with #AD4505

Text Example


Text Example

White with #AD4505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4505; }

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

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

background-color css

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

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

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

border-color css

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

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

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