#AD6A32

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

Shades of Reno Sand #AD6A32

Tints of Reno Sand #AD6A32

Color information

#AD6A32 (or 0xAD6A32) is unknown color: approx Reno Sand. HEX triplet: AD, 6A and 32. RGB value is (173,106,50). Sum of RGB (Red+Green+Blue) = 173+106+50=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A32 is #5295CD. Grayscale: #777777. Windows color (decimal): -5412302 or 3304109. OLE color: 3304109.

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

Color convert

RGB17310650-
CMYK00.390.710.32
HSL27.32º55.16%43.73%-
HSV(B)27.32º71.1%67.84%-
XYZ22.9619.425.56-
YUV119.6588.7166.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 50 (19.92% from 255) = 15.20%
R=52.58%
G=32.22%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731065000.390.710.3227.3255.1643.73
HexAD6A3202747201b372c
Octal2551526204710740336754
Binary1010110111010101100100100111100011110000011011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6A32; }

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

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

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

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

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

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

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

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