Html Css Color HEX #AD4006 Rust

📋 copy color: '#AD4006'

red 173 ◦ green 64 ◦ blue 6

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

Shades of Rust #AD4006

Tints of Rust #AD4006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

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

R = 71.19%
G = 26.34%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD4006 (or 0xAD4006) is known color: Rust. HEX triplet: AD, 40 and 06. RGB value is (173,64,6). Sum of RGB (Red+Green+Blue) = 173+64+6=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4006 is #52BFF9. Grayscale: #5A5A5A. Windows color (decimal): -5423098 or 409773. OLE color: 409773.

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

Color convert

RGB 173 64 6 -
CMYK 0 0.63 0.97 0.32
HSL 20.84º 0.93% 0.35% -
HSV(B) 20.84º 0.97% 0.68% -
XYZ 19.1 12.56 1.59 -
YUV 89.98 80.61 187.22 -
System Red Green Blue C M Y K H S L
Decimal 173 64 6 0 0.63 0.97 0.32 20.84 0.93 0.35
Hex AD 40 6 0 3F 61 20 15 5D 23
Octal 255 100 6 0 77 141 40 25 135 43
Binary 10101101 1000000 110 0 111111 1100001 100000 10101 1011101 100011

Color Harmonies of #AD4006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4006

Black with #AD4006

Text Example


Text Example

White with #AD4006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4006; }

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

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

background-color css

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

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

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

border-color css

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

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

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