Html Css Color HEX #AD3406 Rust

📋 copy color: '#AD3406'

red 173 ◦ green 52 ◦ blue 6

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

Shades of Rust #AD3406

Tints of Rust #AD3406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

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

R = 74.89%
G = 22.51%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD3406 (or 0xAD3406) is known color: Rust. HEX triplet: AD, 34 and 06. RGB value is (173,52,6). Sum of RGB (Red+Green+Blue) = 173+52+6=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3406 is #52CBF9. Grayscale: #535353. Windows color (decimal): -5426170 or 406701. OLE color: 406701.

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

Color convert

RGB 173 52 6 -
CMYK 0 0.70 0.97 0.32
HSL 16.53º 0.93% 0.35% -
HSV(B) 16.53º 0.97% 0.68% -
XYZ 18.49 11.35 1.39 -
YUV 82.94 84.59 192.24 -
System Red Green Blue C M Y K H S L
Decimal 173 52 6 0 0.70 0.97 0.32 16.53 0.93 0.35
Hex AD 34 6 0 46 61 20 11 5D 23
Octal 255 64 6 0 106 141 40 21 135 43
Binary 10101101 110100 110 0 1000110 1100001 100000 10001 1011101 100011

Color Harmonies of #AD3406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3406

Black with #AD3406

Text Example


Text Example

White with #AD3406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3406; }

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

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

background-color css

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

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

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

border-color css

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

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

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