#AD6836

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

Shades of Reno Sand #AD6836

Tints of Reno Sand #AD6836

Color information

#AD6836 (or 0xAD6836) is unknown color: approx Reno Sand. HEX triplet: AD, 68 and 36. RGB value is (173,104,54). Sum of RGB (Red+Green+Blue) = 173+104+54=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6836 is #5297C9. Grayscale: #777777. Windows color (decimal): -5412810 or 3565741. OLE color: 3565741.

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

Color convert

RGB17310454-
CMYK00.400.690.32
HSL25.21º52.42%44.51%-
HSV(B)25.21º68.79%67.84%-
XYZ22.8519.055.96-
YUV118.9391.36166.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 54 (21.48% from 255) = 16.31%
R=52.27%
G=31.42%
B=16.31%

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
Decimal1731045400.400.690.3225.2152.4244.51
HexAD6836028452019342d
Octal2551506605010540316455
Binary1010110111010001101100101000100010110000011001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6836; }

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

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

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

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

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

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

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

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