#AD6835

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

Shades of Reno Sand #AD6835

Tints of Reno Sand #AD6835

Color information

#AD6835 (or 0xAD6835) is unknown color: approx Reno Sand. HEX triplet: AD, 68 and 35. RGB value is (173,104,53). Sum of RGB (Red+Green+Blue) = 173+104+53=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6835 is #5297CA. Grayscale: #777777. Windows color (decimal): -5412811 or 3500205. OLE color: 3500205.

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

Color convert

RGB17310453-
CMYK00.400.690.32
HSL25.5º53.1%44.31%-
HSV(B)25.5º69.36%67.84%-
XYZ22.8319.045.84-
YUV118.8290.86166.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 53 (21.09% from 255) = 16.06%
R=52.42%
G=31.52%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731045300.400.690.3225.553.144.31
HexAD683502845201a352c
Octal2551506505010540326554
Binary1010110111010001101010101000100010110000011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6835; }

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

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

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

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

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

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

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

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