#AD6F35

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

Shades of Reno Sand #AD6F35

Tints of Reno Sand #AD6F35

Color information

#AD6F35 (or 0xAD6F35) is unknown color: approx Reno Sand. HEX triplet: AD, 6F and 35. RGB value is (173,111,53). Sum of RGB (Red+Green+Blue) = 173+111+53=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F35 is #5290CA. Grayscale: #7B7B7B. Windows color (decimal): -5411019 or 3501997. OLE color: 3501997.

HSL color Cylindrical-coordinate representation of color #AD6F35: hue angle of 29º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD6F35 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB17311153-
CMYK00.360.690.32
HSL29º53.1%44.31%-
HSV(B)29º69.36%67.84%-
XYZ23.5620.516.09-
YUV122.9388.54163.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.34%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 53 (21.09% from 255) = 15.73%
R=51.34%
G=32.94%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731115300.360.690.322953.144.31
HexAD6F3502445201d352c
Octal2551576504410540356554
Binary1010110111011111101010100100100010110000011101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6F35; }

 p { color: rgb(173,111,53); }

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

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

 a { background-color: rgb(173,111,53); }

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

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

 span { border-color: rgb(173,111,53); }

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