Html Css Color HEX #AD4106 Rust

📋 copy color: '#AD4106'

red 173 ◦ green 65 ◦ blue 6

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

Shades of Rust #AD4106

Tints of Rust #AD4106

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

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

R = 70.9%
G = 26.64%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD4106 (or 0xAD4106) is known color: Rust. HEX triplet: AD, 41 and 06. RGB value is (173,65,6). Sum of RGB (Red+Green+Blue) = 173+65+6=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4106 is #52BEF9. Grayscale: #5A5A5A. Windows color (decimal): -5422842 or 410029. OLE color: 410029.

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

Color convert

RGB 173 65 6 -
CMYK 0 0.62 0.97 0.32
HSL 21.2º 0.93% 0.35% -
HSV(B) 21.2º 0.97% 0.68% -
XYZ 19.16 12.68 1.61 -
YUV 90.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 173 65 6 0 0.62 0.97 0.32 21.2 0.93 0.35
Hex AD 41 6 0 3E 61 20 15 5D 23
Octal 255 101 6 0 76 141 40 25 135 43
Binary 10101101 1000001 110 0 111110 1100001 100000 10101 1011101 100011

Color Harmonies of #AD4106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4106

Black with #AD4106

Text Example


Text Example

White with #AD4106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4106; }

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

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

background-color css

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

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

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

border-color css

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

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

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