Html Css Color HEX #AD4606 Rust

📋 copy color: '#AD4606'

red 173 ◦ green 70 ◦ blue 6

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

Shades of Rust #AD4606

Tints of Rust #AD4606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 69.48%
G = 28.11%
B = 2.41%

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

#AD4606 (or 0xAD4606) is known color: Rust. HEX triplet: AD, 46 and 06. RGB value is (173,70,6). Sum of RGB (Red+Green+Blue) = 173+70+6=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4606 is #52B9F9. Grayscale: #5D5D5D. Windows color (decimal): -5421562 or 411309. OLE color: 411309.

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

Color convert

RGB 173 70 6 -
CMYK 0 0.60 0.97 0.32
HSL 22.99º 0.93% 0.35% -
HSV(B) 22.99º 0.97% 0.68% -
XYZ 19.46 13.28 1.71 -
YUV 93.5 78.62 184.7 -
System Red Green Blue C M Y K H S L
Decimal 173 70 6 0 0.60 0.97 0.32 22.99 0.93 0.35
Hex AD 46 6 0 3C 61 20 17 5D 23
Octal 255 106 6 0 74 141 40 27 135 43
Binary 10101101 1000110 110 0 111100 1100001 100000 10111 1011101 100011

Color Harmonies of #AD4606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4606

Black with #AD4606

Text Example


Text Example

White with #AD4606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4606; }

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

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

background-color css

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

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

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

border-color css

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

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

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