Html Css Color HEX #AD4806 Rust

📋 copy color: '#AD4806'

red 173 ◦ green 72 ◦ blue 6

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

Shades of Rust #AD4806

Tints of Rust #AD4806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

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

R = 68.92%
G = 28.69%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD4806 (or 0xAD4806) is known color: Rust. HEX triplet: AD, 48 and 06. RGB value is (173,72,6). Sum of RGB (Red+Green+Blue) = 173+72+6=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4806 is #52B7F9. Grayscale: #5F5F5F. Windows color (decimal): -5421050 or 411821. OLE color: 411821.

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

Color convert

RGB 173 72 6 -
CMYK 0 0.58 0.97 0.32
HSL 23.71º 0.93% 0.35% -
HSV(B) 23.71º 0.97% 0.68% -
XYZ 19.58 13.53 1.75 -
YUV 94.68 77.96 183.87 -
System Red Green Blue C M Y K H S L
Decimal 173 72 6 0 0.58 0.97 0.32 23.71 0.93 0.35
Hex AD 48 6 0 3A 61 20 18 5D 23
Octal 255 110 6 0 72 141 40 30 135 43
Binary 10101101 1001000 110 0 111010 1100001 100000 11000 1011101 100011

Color Harmonies of #AD4806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4806

Black with #AD4806

Text Example


Text Example

White with #AD4806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4806; }

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

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

background-color css

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

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

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

border-color css

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

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

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