Html Css Color HEX #AD4D06 Rust

📋 copy color: '#AD4D06'

red 173 ◦ green 77 ◦ blue 6

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

Shades of Rust #AD4D06

Tints of Rust #AD4D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.08%

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

R = 67.58%
G = 30.08%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD4D06 (or 0xAD4D06) is known color: Rust. HEX triplet: AD, 4D and 06. RGB value is (173,77,6). Sum of RGB (Red+Green+Blue) = 173+77+6=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4D06 is #52B2F9. Grayscale: #616161. Windows color (decimal): -5419770 or 413101. OLE color: 413101.

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

Color convert

RGB 173 77 6 -
CMYK 0 0.55 0.97 0.32
HSL 25.51º 0.93% 0.35% -
HSV(B) 25.51º 0.97% 0.68% -
XYZ 19.92 14.21 1.86 -
YUV 97.61 76.3 181.77 -
System Red Green Blue C M Y K H S L
Decimal 173 77 6 0 0.55 0.97 0.32 25.51 0.93 0.35
Hex AD 4D 6 0 37 61 20 1A 5D 23
Octal 255 115 6 0 67 141 40 32 135 43
Binary 10101101 1001101 110 0 110111 1100001 100000 11010 1011101 100011

Color Harmonies of #AD4D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D06

Black with #AD4D06

Text Example


Text Example

White with #AD4D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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