#AD6D38

Color #AD6D38 Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #AD6D38

Tints of Reno Sand #AD6D38

Color information

#AD6D38 (or 0xAD6D38) is unknown color: approx Reno Sand. HEX triplet: AD, 6D and 38. RGB value is (173,109,56). Sum of RGB (Red+Green+Blue) = 173+109+56=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D38 is #5292C7. Grayscale: #7A7A7A. Windows color (decimal): -5411528 or 3698093. OLE color: 3698093.

HSL color Cylindrical-coordinate representation of color #AD6D38: hue angle of 27.18º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD6D38 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB17310956-
CMYK00.370.680.32
HSL27.18º51.09%44.9%-
HSV(B)27.18º67.63%67.84%-
XYZ23.4220.116.39-
YUV122.0990.7164.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.18%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 56 (22.27% from 255) = 16.57%
R=51.18%
G=32.25%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731095600.370.680.3227.1851.0944.9
HexAD6D3802544201b332d
Octal2551557004510440336355
Binary1010110111011011110000100101100010010000011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6D38; }

 p { color: rgb(173,109,56); }

 H1.HeaderClassName
 {
   color: #AD6D38;
 }
 .AnyTagClassName
 {
   color: #AD6D38;
 }
</style>
background-color css

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

 a { background-color: rgb(173,109,56); }

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

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

 span { border-color: rgb(173,109,56); }

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