#AD6E35

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

Shades of Reno Sand #AD6E35

Tints of Reno Sand #AD6E35

Color information

#AD6E35 (or 0xAD6E35) is unknown color: approx Reno Sand. HEX triplet: AD, 6E and 35. RGB value is (173,110,53). Sum of RGB (Red+Green+Blue) = 173+110+53=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E35 is #5291CA. Grayscale: #7A7A7A. Windows color (decimal): -5411275 or 3501741. OLE color: 3501741.

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

Color convert

RGB17311053-
CMYK00.360.690.32
HSL28.5º53.1%44.31%-
HSV(B)28.5º69.36%67.84%-
XYZ23.4520.296.05-
YUV122.3488.87164.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.49%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=51.49%
G=32.74%
B=15.77%

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
Decimal1731105300.360.690.3228.553.144.31
HexAD6E3502445201c352c
Octal2551566504410540346554
Binary1010110111011101101010100100100010110000011100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6E35; }

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

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

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

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

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

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

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

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