Html Css Color HEX #AD4C06 Rust

📋 copy color: '#AD4C06'

red 173 ◦ green 76 ◦ blue 6

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

Shades of Rust #AD4C06

Tints of Rust #AD4C06

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.8%

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

R = 67.84%
G = 29.8%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD4C06 (or 0xAD4C06) is known color: Rust. HEX triplet: AD, 4C and 06. RGB value is (173,76,6). Sum of RGB (Red+Green+Blue) = 173+76+6=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4C06 is #52B3F9. Grayscale: #616161. Windows color (decimal): -5420026 or 412845. OLE color: 412845.

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

Color convert

RGB 173 76 6 -
CMYK 0 0.56 0.97 0.32
HSL 25.15º 0.93% 0.35% -
HSV(B) 25.15º 0.97% 0.68% -
XYZ 19.85 14.07 1.84 -
YUV 97.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 173 76 6 0 0.56 0.97 0.32 25.15 0.93 0.35
Hex AD 4C 6 0 38 61 20 19 5D 23
Octal 255 114 6 0 70 141 40 31 135 43
Binary 10101101 1001100 110 0 111000 1100001 100000 11001 1011101 100011

Color Harmonies of #AD4C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C06

Black with #AD4C06

Text Example


Text Example

White with #AD4C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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