#AD6D37

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

Shades of Reno Sand #AD6D37

Tints of Reno Sand #AD6D37

Color information

#AD6D37 (or 0xAD6D37) is unknown color: approx Reno Sand. HEX triplet: AD, 6D and 37. RGB value is (173,109,55). Sum of RGB (Red+Green+Blue) = 173+109+55=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D37 is #5292C8. Grayscale: #7A7A7A. Windows color (decimal): -5411529 or 3632557. OLE color: 3632557.

HSL color Cylindrical-coordinate representation of color #AD6D37: hue angle of 27.46º degrees, saturation: 0.52, 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 #AD6D37 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB17310955-
CMYK00.370.680.32
HSL27.46º51.75%44.71%-
HSV(B)27.46º68.21%67.84%-
XYZ23.3920.16.26-
YUV121.9890.2164.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.34%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 55 (21.88% from 255) = 16.32%
R=51.34%
G=32.34%
B=16.32%

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
Decimal1731095500.370.680.3227.4651.7544.71
HexAD6D3702544201b342d
Octal2551556704510440336455
Binary1010110111011011101110100101100010010000011011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6D37; }

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

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

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

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

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

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

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

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