#AD6B32

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

Shades of Reno Sand #AD6B32

Tints of Reno Sand #AD6B32

Color information

#AD6B32 (or 0xAD6B32) is unknown color: approx Reno Sand. HEX triplet: AD, 6B and 32. RGB value is (173,107,50). Sum of RGB (Red+Green+Blue) = 173+107+50=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B32 is #5294CD. Grayscale: #787878. Windows color (decimal): -5412046 or 3304365. OLE color: 3304365.

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

Color convert

RGB17310750-
CMYK00.380.710.32
HSL27.8º55.16%43.73%-
HSV(B)27.8º71.1%67.84%-
XYZ23.0719.635.59-
YUV120.2488.37165.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 50 (19.92% from 255) = 15.15%
R=52.42%
G=32.42%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731075000.380.710.3227.855.1643.73
HexAD6B3202647201c372c
Octal2551536204610740346754
Binary1010110111010111100100100110100011110000011100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6B32; }

 p { color: rgb(173,107,50); }

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

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

 a { background-color: rgb(173,107,50); }

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

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

 span { border-color: rgb(173,107,50); }

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