#AD6C34

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

Shades of Reno Sand #AD6C34

Tints of Reno Sand #AD6C34

Color information

#AD6C34 (or 0xAD6C34) is unknown color: approx Reno Sand. HEX triplet: AD, 6C and 34. RGB value is (173,108,52). Sum of RGB (Red+Green+Blue) = 173+108+52=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6C34 is #5293CB. Grayscale: #797979. Windows color (decimal): -5411788 or 3435693. OLE color: 3435693.

HSL color Cylindrical-coordinate representation of color #AD6C34: hue angle of 27.77º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD6C34 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB17310852-
CMYK00.380.700.32
HSL27.77º53.78%44.12%-
HSV(B)27.77º69.94%67.84%-
XYZ23.2219.865.86-
YUV121.0589.03165.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.95%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 52 (20.70% from 255) = 15.62%
R=51.95%
G=32.43%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731085200.380.700.3227.7753.7844.12
HexAD6C3402646201c362c
Octal2551546404610640346654
Binary1010110111011001101000100110100011010000011100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6C34; }

 p { color: rgb(173,108,52); }

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

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

 a { background-color: rgb(173,108,52); }

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

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

 span { border-color: rgb(173,108,52); }

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