#AD6935

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

Shades of Reno Sand #AD6935

Tints of Reno Sand #AD6935

Color information

#AD6935 (or 0xAD6935) is unknown color: approx Reno Sand. HEX triplet: AD, 69 and 35. RGB value is (173,105,53). Sum of RGB (Red+Green+Blue) = 173+105+53=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6935 is #5296CA. Grayscale: #777777. Windows color (decimal): -5412555 or 3500461. OLE color: 3500461.

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

Color convert

RGB17310553-
CMYK00.390.690.32
HSL26º53.1%44.31%-
HSV(B)26º69.36%67.84%-
XYZ22.9319.245.87-
YUV119.490.53166.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=52.27%
G=31.72%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731055300.390.690.322653.144.31
HexAD693502745201a352c
Octal2551516504710540326554
Binary1010110111010011101010100111100010110000011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6935; }

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

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

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

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

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

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

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

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